Lines Matching refs:LANG_SCNG
36 #define zendtext LANG_SCNG(yy_text)
37 #define zendleng LANG_SCNG(yy_leng)
38 #define zendcursor LANG_SCNG(yy_cursor)
39 #define zendlimit LANG_SCNG(yy_limit)
144 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()
196 add_token(token_stream, token, LANG_SCNG(yy_text), LANG_SCNG(yy_leng), line); in on_event()
206 if (LANG_SCNG(yy_cursor) != LANG_SCNG(yy_limit)) { in on_event()
207 add_token(token_stream, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
208 LANG_SCNG(yy_limit) - LANG_SCNG(yy_cursor), CG(zend_lineno)); in on_event()
233 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()
234 LANG_SCNG(on_event) = on_event; in tokenize_parse()
235 LANG_SCNG(on_event_context) = &token_stream; in tokenize_parse()