Lines Matching refs:yy_start
184 if (!SCNG(yy_start)) { in yy_scan_buffer()
185 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
217 lex_state->yy_start = SCNG(yy_start); in zend_save_lexical_state()
252 SCNG(yy_start) = lex_state->yy_start; in zend_restore_lexical_state()
537 SCNG(yy_start) = NULL; in open_file_for_scanning()
556 SCNG(yy_start) = (unsigned char *)buf; in open_file_for_scanning()
703 SCNG(yy_start) = NULL; in zend_prepare_string_for_scanning()
739 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
867 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
868 SCNG(yy_marker) = new_yy_start + (SCNG(yy_marker) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
869 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
872 SCNG(yy_start) = new_yy_start; in zend_multibyte_yyinput_again()