Lines Matching defs:options
106 #define OFC(i) (options[i][-2])
107 #define OFF(i) (((const unsigned char *)options[i])[-1])
108 #define OFN(i) (options[i])
110 const char * const options[] = {
124 while (i < NELEM(options)) {
130 while (i < NELEM(options)) {
141 int opts[NELEM(options)];
195 while (i < NELEM(options)) {
234 while (i < NELEM(options)) {
418 * lone -o: print options
504 for (i = 0; i < NELEM(options); i++)
510 if (i == NELEM(options))
1266 * command line options.
1267 * A leading ':' in options means don't print errors, instead return '?'
1273 * - ';' is like ':' in options, except the argument is optional
1276 * - ',' is like ':' in options, except the argument always immediately
1280 * - '#' is like ':' in options, expect that the argument is optional