Searched refs:yy_leng (Results 1 – 7 of 7) sorted by relevance
122 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); /* no color needed */ in zend_highlight()145 zend_html_puts((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_highlight()194 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()205 zend_write((char*)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in zend_strip()
24 unsigned int yy_leng; member
258 unsigned int yy_leng; member284 unsigned int yy_leng; member
65 #define yyleng SCNG(yy_leng)218 lex_state->yy_leng = SCNG(yy_leng); in zend_save_lexical_state()257 SCNG(yy_leng) = lex_state->yy_leng; in zend_restore_lexical_state()3054 elem->ident.len = SCNG(yy_leng);
59 #define yyleng SCNG(yy_leng)
1505 LANG_SCNG(yy_leng) == 1 &&1549 tokcontent_len = LANG_SCNG(yy_leng);
35 #define zendleng LANG_SCNG(yy_leng)449 if (token == ';' && LANG_SCNG(yy_leng) > 1) { /* ?> or ?>\n or ?>\r\n */ in on_event()451 } else if (token == T_ECHO && LANG_SCNG(yy_leng) == sizeof("<?=") - 1) { in on_event()
Completed in 80 milliseconds