Lines Matching refs:SCNG
48 #define YYCURSOR SCNG(yy_cursor)
49 #define YYLIMIT SCNG(yy_limit)
50 #define YYMARKER SCNG(yy_marker)
52 #define YYGETCONDITION() SCNG(yy_state)
53 #define YYSETCONDITION(s) SCNG(yy_state) = s
60 #define yytext ((char*)SCNG(yy_text))
61 #define yyleng SCNG(yy_leng)
106 #define SCNG INI_SCNG macro
119 SCNG(yy_text)++; \
146 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_TYPED) { \
198 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION()); in _yy_push_state()
206 int *stack_state = zend_stack_top(&SCNG(state_stack)); in yy_pop_state()
208 zend_stack_del_top(&SCNG(state_stack)); in yy_pop_state()
214 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
218 #define ini_filename SCNG(filename)
230 SCNG(lineno) = 1; in init_ini_scanner()
231 SCNG(scanner_mode) = scanner_mode; in init_ini_scanner()
232 SCNG(yy_in) = fh; in init_ini_scanner()
240 zend_stack_init(&SCNG(state_stack), sizeof(int)); in init_ini_scanner()
251 zend_stack_destroy(&SCNG(state_stack)); in shutdown_ini_scanner()
262 return SCNG(lineno); in zend_ini_scanner_get_lineno()
353 SCNG(lineno)++; in zend_ini_escape_string()
364 SCNG(yy_text) = YYCURSOR; in ini_lex()
377 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
410 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_RAW) { in ini_lex()
421 SCNG(yy_text)++;
429 SCNG(lineno)++;
494 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_RAW) {
521 yyleng = YYCURSOR - SCNG(yy_text);
530 SCNG(yy_text)++;
534 yyleng = YYCURSOR - SCNG(yy_text);
545 SCNG(lineno)++;
619 yyleng = YYCURSOR - SCNG(yy_text);
635 SCNG(lineno)++;
641 SCNG(lineno)++;