Searched refs:dash (Results 1 – 3 of 3) sorted by relevance
48 static int dash = 0; /* have already seen the - */ in ap_getopt() local54 if (!dash && (argv[ap_optind][0] != '-')) in ap_getopt()56 if (!dash && (argv[ap_optind][0] == '-') && !argv[ap_optind][1]) in ap_getopt()70 if (!dash) in ap_getopt()73 dash = 1; in ap_getopt()78 assert(dash); in ap_getopt()81 dash = 0; in ap_getopt()92 dash = 0; in ap_getopt()103 dash = 0; in ap_getopt()121 dash = 0; in ap_getopt()
46 static int dash = 0; /* have already seen the - */ in ap_php_getopt() local52 if (!dash && (argv[ap_php_optind][0] != '-')) in ap_php_getopt()54 if (!dash && (argv[ap_php_optind][0] == '-') && !argv[ap_php_optind][1]) in ap_php_getopt()68 if (!dash) in ap_php_getopt()71 dash = 1; in ap_php_getopt()76 assert(dash); in ap_php_getopt()79 dash = 0; in ap_php_getopt()90 dash = 0; in ap_php_getopt()101 dash = 0; in ap_php_getopt()119 dash = 0; in ap_php_getopt()
61 static int dash = 0; /* have already seen the - */ in php_getopt() local68 if (!dash) { in php_getopt()113 dash = 0; in php_getopt()116 if (!dash) { in php_getopt()117 dash = 1; in php_getopt()122 dash = 0; in php_getopt()136 dash = 0; in php_getopt()151 dash = 0; in php_getopt()177 dash = 0; in php_getopt()
Completed in 14 milliseconds