Home
last modified time | relevance | path

Searched refs:this_option_optind (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/lib/
H A Dgetopt1.c121 int this_option_optind = optind ? optind : 1;
158 if (digit_optind != 0 && digit_optind != this_option_optind)
160 digit_optind = this_option_optind;
119 int this_option_optind = optind ? optind : 1; global() variable
H A Dgetopt.c1230 int this_option_optind = optind ? optind : 1;
1248 if (digit_optind != 0 && digit_optind != this_option_optind)
1250 digit_optind = this_option_optind;
1225 int this_option_optind = optind ? optind : 1; global() local

Completed in 2 milliseconds