Searched defs:NONOPTION_P (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dgetopt.c379 # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0' \ macro
383 # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0')
411 while (d->optind < argc && NONOPTION_P)
450 if (NONOPTION_P)
375 # define NONOPTION_P macro
/external/libusb/examples/getopt/
H A Dgetopt.c545 # define NONOPTION_P (argv[optind][0] != '-' || argv[optind][1] == '\0' \ macro
549 # define NONOPTION_P (argv[optind][0] != '-' || argv[optind][1] == '\0')
576 while (optind < argc && NONOPTION_P)
614 if (NONOPTION_P)
541 # define NONOPTION_P macro

Completed in 863 milliseconds