Searched refs:yy_start (Results 1 – 6 of 6) sorted by relevance
27 unsigned char *yy_start; member
237 unsigned char *yy_start; member263 unsigned char *yy_start; member
172 if (!SCNG(yy_start)) { in yy_scan_buffer()173 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()202 lex_state->yy_start = SCNG(yy_start); in zend_save_lexical_state()236 SCNG(yy_start) = lex_state->yy_start; in zend_restore_lexical_state()522 SCNG(yy_start) = NULL; in open_file_for_scanning()541 SCNG(yy_start) = (unsigned char *)buf - offset; in open_file_for_scanning()682 SCNG(yy_start) = NULL; in zend_prepare_string_for_scanning()718 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()873 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()875 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()[all …]
214 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()377 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
174 if (!SCNG(yy_start)) { in yy_scan_buffer()175 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()204 lex_state->yy_start = SCNG(yy_start); in zend_save_lexical_state()238 SCNG(yy_start) = lex_state->yy_start; in zend_restore_lexical_state()524 SCNG(yy_start) = NULL; in open_file_for_scanning()543 SCNG(yy_start) = (unsigned char *)buf - offset; in open_file_for_scanning()684 SCNG(yy_start) = NULL; in zend_prepare_string_for_scanning()720 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()875 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()877 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()[all …]
216 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()379 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
Completed in 40 milliseconds