Lines Matching refs:SCNG

43 #define YYCURSOR  SCNG(yy_cursor)
44 #define YYLIMIT SCNG(yy_limit)
45 #define YYMARKER SCNG(yy_marker)
47 #define YYGETCONDITION() SCNG(yy_state)
48 #define YYSETCONDITION(s) SCNG(yy_state) = s
55 #define yytext ((char*)SCNG(yy_text))
56 #define yyleng SCNG(yy_leng)
101 #define SCNG INI_SCNG macro
112 SCNG(yy_text)++; \
147 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION(), sizeof(int)); in _yy_push_state()
156 zend_stack_top(&SCNG(state_stack), (void **) &stack_state); in yy_pop_state()
158 zend_stack_del_top(&SCNG(state_stack)); in yy_pop_state()
164 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
168 #define ini_filename SCNG(filename)
180 SCNG(lineno) = 1; in init_ini_scanner()
181 SCNG(scanner_mode) = scanner_mode; in init_ini_scanner()
182 SCNG(yy_in) = fh; in init_ini_scanner()
190 zend_stack_init(&SCNG(state_stack)); in init_ini_scanner()
201 zend_stack_destroy(&SCNG(state_stack)); in shutdown_ini_scanner()
212 return SCNG(lineno); in zend_ini_scanner_get_lineno()
303 SCNG(lineno)++; in zend_ini_escape_string()
314 SCNG(yy_text) = YYCURSOR; in ini_lex()
327 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
360 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_RAW) { in ini_lex()
371 SCNG(yy_text)++;
379 SCNG(lineno)++;
440 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_RAW) {
467 yyleng = YYCURSOR - SCNG(yy_text);
476 SCNG(yy_text)++;
480 yyleng = YYCURSOR - SCNG(yy_text);
491 SCNG(lineno)++;
565 yyleng = YYCURSOR - SCNG(yy_text);
581 SCNG(lineno)++;
587 SCNG(lineno)++;
592 … with '#' are deprecated in %s on line %d", zend_ini_scanner_get_filename(TSRMLS_C), SCNG(lineno));
594 SCNG(lineno)++;