Searched refs:optchr (Results 1 – 1 of 1) sorted by relevance
60 static int optchr = 0; in php_getopt() local68 optchr = 0; in php_getopt()120 optchr = 0; in php_getopt()126 optchr = 1; in php_getopt()129 if (argv[*optind][optchr] == ':') { in php_getopt()134 arg_start = 1 + optchr; in php_getopt()141 int errchr = optchr; in php_getopt()143 if (!argv[*optind][optchr+1]) { in php_getopt()147 optchr++; in php_getopt()183 if (!argv[*optind][optchr+1]) in php_getopt()[all …]
Completed in 4 milliseconds