Searched refs:TK_EOT (Results 1 – 1 of 1) sorted by relevance
2250 TK_EOT = 0, /* end of token */ enumerator2919 tok->type = TK_EOT; in fetch_token_in_cc()3138 tok->type = TK_EOT; in fetch_token()4443 case TK_EOT: in parse_char_class()5056 case TK_EOT: in parse_exp()5444 if (r == TK_EOT || r == term || r == TK_ALT) { in parse_branch()5450 while (r != TK_EOT && r != term && r != TK_ALT) { in parse_branch()5522 r = parse_subexp(top, &tok, TK_EOT, src, end, env); in parse_regexp()
Completed in 21 milliseconds