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)
127 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()
199 add_next_index_stringl(&keyword, (char *)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in on_event()
203 add_next_index_stringl(token_stream, (char *)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in on_event()
214 if (LANG_SCNG(yy_cursor) != LANG_SCNG(yy_limit)) { in on_event()
218 (char *)LANG_SCNG(yy_cursor), LANG_SCNG(yy_limit) - LANG_SCNG(yy_cursor)); in on_event()
245 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()
246 LANG_SCNG(on_event) = on_event; in tokenize_parse()
247 LANG_SCNG(on_event_context) = &token_stream; in tokenize_parse()