Searched refs:optlist (Results 1 – 2 of 2) sorted by relevance
676 static int opt_in_list(char *opt, char *optlist) in opt_in_list() argument681 if (!optlist) in opt_in_list()685 s = optlist - 1; in opt_in_list()691 if (s != optlist && s[-1] != ',') in opt_in_list()
422 char optlist[NOPTS]; member423 #define eflag optlist[0]424 #define fflag optlist[1]425 #define Iflag optlist[2]426 #define iflag optlist[3]427 #define mflag optlist[4]428 #define nflag optlist[5]429 #define sflag optlist[6]430 #define cflag optlist[7]431 #define xflag optlist[8][all …]