Home
last modified time | relevance | path

Searched refs:NONOPTION_P (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dgetopt.c521 # define NONOPTION_P (argv[optind][0] != '-' || argv[optind][1] == '\0' \ in _getopt_internal() macro
525 # define NONOPTION_P (argv[optind][0] != '-' || argv[optind][1] == '\0') in _getopt_internal() macro
552 while (optind < argc && NONOPTION_P) in _getopt_internal()
590 if (NONOPTION_P) in _getopt_internal()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt.c374 # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0' \ in _getopt_internal_r() macro
378 # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0') in _getopt_internal_r() macro
406 while (d->optind < argc && NONOPTION_P) in _getopt_internal_r()
445 if (NONOPTION_P) in _getopt_internal_r()