Home
last modified time | relevance | path

Searched refs:this_option_optind (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dgetopt1.c102 int this_option_optind = optind ? optind : 1; in main() local
139 if (digit_optind != 0 && digit_optind != this_option_optind) in main()
141 digit_optind = this_option_optind; in main()
Dgetopt.c975 int this_option_optind = optind ? optind : 1; in main() local
993 if (digit_optind != 0 && digit_optind != this_option_optind) in main()
995 digit_optind = this_option_optind; in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt1.c92 int this_option_optind = optind ? optind : 1; in main() local
129 if (digit_optind != 0 && digit_optind != this_option_optind) in main()
131 digit_optind = this_option_optind; in main()
Dgetopt.c1131 int this_option_optind = optind ? optind : 1; in main() local
1149 if (digit_optind != 0 && digit_optind != this_option_optind) in main()
1151 digit_optind = this_option_optind; in main()