Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/sapi/isapi/stresstest/
H A Dgetopt.c48 static int dash = 0; /* have already seen the - */ in ap_getopt() local
54 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()
/PHP-5.3/sapi/milter/
H A Dgetopt.c46 static int dash = 0; /* have already seen the - */ in ap_php_getopt() local
52 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()
/PHP-5.3/main/
H A Dgetopt.c61 static int dash = 0; /* have already seen the - */ in php_getopt() local
68 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 12 milliseconds