Home
last modified time | relevance | path

Searched refs:TK_EOT (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c2201 TK_EOT = 0, /* end of token */ enumerator
2877 tok->type = TK_EOT; in fetch_token_in_cc()
3125 tok->type = TK_EOT; in fetch_token()
4459 case TK_EOT: in parse_char_class()
5000 case TK_EOT: in parse_exp()
5339 if (r == TK_EOT || r == term || r == TK_ALT) { in parse_branch()
5345 while (r != TK_EOT && r != term && r != TK_ALT) { in parse_branch()
5427 r = parse_subexp(top, &tok, TK_EOT, src, end, env); in parse_regexp()

Completed in 15 milliseconds