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)
293 ZVAL_LONG(OBJ_PROP_NUM(obj, 3), text - LANG_SCNG(yy_start)); in add_token()
337 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()
423 if (token == ';' && LANG_SCNG(yy_leng) > 1) { /* ?> or ?>\n or ?>\r\n */ in on_event()
425 } else if (token == T_ECHO && LANG_SCNG(yy_leng) == sizeof("<?=") - 1) { in on_event()
445 if (LANG_SCNG(yy_cursor) != LANG_SCNG(yy_limit)) { in on_event()
446 add_token(ctx->tokens, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
447 LANG_SCNG(yy_limit) - LANG_SCNG(yy_cursor), CG(zend_lineno), in on_event()
478 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()
479 LANG_SCNG(on_event) = on_event; in tokenize_parse()
480 LANG_SCNG(on_event_context) = &ctx; in tokenize_parse()