Home
last modified time | relevance | path

Searched refs:yy_cursor (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_language_scanner.h29 unsigned char *yy_cursor; member
H A Dzend_globals.h270 unsigned char *yy_cursor; member
290 unsigned char *yy_cursor; member
H A Dzend_language_scanner.l55 #define YYCURSOR SCNG(yy_cursor)
205 lex_state->yy_cursor = SCNG(yy_cursor); in zend_save_lexical_state()
234 SCNG(yy_cursor) = lex_state->yy_cursor; in zend_restore_lexical_state()
704 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
860 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
H A Dzend_ini_scanner.l43 #define YYCURSOR SCNG(yy_cursor)
H A Dzend_language_scanner.c57 #define YYCURSOR SCNG(yy_cursor)
207 lex_state->yy_cursor = SCNG(yy_cursor); in zend_save_lexical_state()
236 SCNG(yy_cursor) = lex_state->yy_cursor; in zend_restore_lexical_state()
706 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
862 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
H A Dzend_ini_scanner.c45 #define YYCURSOR SCNG(yy_cursor)
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c37 #define zendcursor LANG_SCNG(yy_cursor)

Completed in 38 milliseconds