Lines Matching refs:SCNG

46 #define YYCURSOR  SCNG(yy_cursor)
47 #define YYLIMIT SCNG(yy_limit)
48 #define YYMARKER SCNG(yy_marker)
50 #define YYGETCONDITION() SCNG(yy_state)
51 #define YYSETCONDITION(s) SCNG(yy_state) = s
58 #define yytext ((const char*)SCNG(yy_text))
59 #define yyleng SCNG(yy_leng)
104 #define SCNG INI_SCNG macro
118 SCNG(yy_text)++; \
145 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_TYPED && \
174 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION()); in _yy_push_state()
182 int *stack_state = zend_stack_top(&SCNG(state_stack)); in yy_pop_state()
184 zend_stack_del_top(&SCNG(state_stack)); in yy_pop_state()
190 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
194 #define ini_filename SCNG(filename)
205 SCNG(lineno) = 1; in init_ini_scanner()
206 SCNG(scanner_mode) = scanner_mode; in init_ini_scanner()
207 SCNG(yy_in) = fh; in init_ini_scanner()
215 zend_stack_init(&SCNG(state_stack), sizeof(int)); in init_ini_scanner()
225 zend_stack_destroy(&SCNG(state_stack)); in shutdown_ini_scanner()
235 return SCNG(lineno); in zend_ini_scanner_get_lineno()
322 SCNG(lineno)++; in zend_ini_escape_string()
333 SCNG(yy_text) = YYCURSOR; in ini_lex()
346 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
381 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_RAW) { in ini_lex()
392 SCNG(yy_text)++;
400 SCNG(lineno)++;
473 yyleng = YYCURSOR - SCNG(yy_text);
514 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_RAW) {
550 yyleng = sc - SCNG(yy_text);
552 yyleng = YYCURSOR - SCNG(yy_text);
559 SCNG(yy_text)++;
572 SCNG(lineno)++;
625 const unsigned char *s = SCNG(yy_text);
654 yyleng = YYCURSOR - SCNG(yy_text);
671 SCNG(lineno)++;
677 SCNG(lineno)++;