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 ((char*)SCNG(yy_text))
59 #define yyleng SCNG(yy_leng)
104 #define SCNG INI_SCNG macro
117 SCNG(yy_text)++; \
144 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_TYPED && \
197 zend_stack_push(&SCNG(state_stack), (void *) &YYGETCONDITION()); in _yy_push_state()
205 int *stack_state = zend_stack_top(&SCNG(state_stack)); in yy_pop_state()
207 zend_stack_del_top(&SCNG(state_stack)); in yy_pop_state()
213 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
217 #define ini_filename SCNG(filename)
229 SCNG(lineno) = 1; in init_ini_scanner()
230 SCNG(scanner_mode) = scanner_mode; in init_ini_scanner()
231 SCNG(yy_in) = fh; in init_ini_scanner()
239 zend_stack_init(&SCNG(state_stack), sizeof(int)); in init_ini_scanner()
250 zend_stack_destroy(&SCNG(state_stack)); in shutdown_ini_scanner()
261 return SCNG(lineno); in zend_ini_scanner_get_lineno()
352 SCNG(lineno)++; in zend_ini_escape_string()
363 SCNG(yy_text) = YYCURSOR; in ini_lex()
376 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
409 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_RAW) { in ini_lex()
420 SCNG(yy_text)++;
428 SCNG(lineno)++;
493 if (SCNG(scanner_mode) == ZEND_INI_SCANNER_RAW) {
529 yyleng = sc - SCNG(yy_text);
531 yyleng = YYCURSOR - SCNG(yy_text);
538 SCNG(yy_text)++;
551 SCNG(lineno)++;
625 yyleng = YYCURSOR - SCNG(yy_text);
641 SCNG(lineno)++;
647 SCNG(lineno)++;