Searched refs:yy_leng (Results 1 – 7 of 7) sorted by relevance
115 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); /* no color needed */ in zend_highlight()138 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_highlight()186 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()189 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()197 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
24 unsigned int yy_leng; member
319 unsigned int yy_leng; member345 unsigned int yy_leng; member
59 #define yyleng SCNG(yy_leng)
65 #define yyleng SCNG(yy_leng)217 lex_state->yy_leng = SCNG(yy_leng); in zend_save_lexical_state()256 SCNG(yy_leng) = lex_state->yy_leng; in zend_restore_lexical_state()
1634 LANG_SCNG(yy_leng) == 1 &&1686 tokcontent_len = LANG_SCNG(yy_leng);
37 #define zendleng LANG_SCNG(yy_leng)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()
Completed in 21 milliseconds