Home
last modified time | relevance | path

Searched refs:YYDEBUG (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/date/lib/
H A Dparse_iso_intervals.c70 #define YYDEBUG(s,c) macro
221 YYDEBUG(0, *YYCURSOR); in scan()
246 YYDEBUG(2, *YYCURSOR); in scan()
251 YYDEBUG(3, *YYCURSOR); in scan()
259 YYDEBUG(4, *YYCURSOR); in scan()
266 YYDEBUG(5, *YYCURSOR); in scan()
273 YYDEBUG(6, *YYCURSOR); in scan()
317 YYDEBUG(7, *YYCURSOR); in scan()
319 YYDEBUG(8, *YYCURSOR); in scan()
326 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_date.c128 #define YYDEBUG(s,c) macro
1059 YYDEBUG(0, *YYCURSOR); in scan()
1199 YYDEBUG(2, *YYCURSOR); in scan()
1201 YYDEBUG(3, *YYCURSOR); in scan()
1209 YYDEBUG(4, *YYCURSOR); in scan()
1212 YYDEBUG(5, *YYCURSOR); in scan()
1220 YYDEBUG(6, *YYCURSOR); in scan()
1225 YYDEBUG(7, *YYCURSOR); in scan()
1232 YYDEBUG(8, *YYCURSOR); in scan()
1239 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_iso_intervals.re65 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
68 #define YYDEBUG(s,c)
H A Dparse_date.re123 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
126 #define YYDEBUG(s,c)
/php-src/sapi/phpdbg/
H A Dphpdbg_lexer.l20 #undef YYDEBUG
21 #define YYDEBUG(a, b) macro
/php-src/Zend/
H A Dzend_ini_scanner.l30 #ifdef YYDEBUG
31 #undef YYDEBUG
35 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
37 # define YYDEBUG(s, c) macro
H A Dzend_language_scanner.l25 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
27 # define YYDEBUG(s, c) macro
/php-src/ext/json/
H A Djson_parser.y23 #define YYDEBUG 0 macro
25 #if YYDEBUG
/php-src/main/
H A Dphp.h27 #define YYDEBUG 0 macro

Completed in 67 milliseconds