Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libgnuregex/
H A Dregcomp.c419 || type == END_OF_RE) in re_compile_fastmap_iter()
422 if (type == END_OF_RE) in re_compile_fastmap_iter()
1107 case END_OF_RE: in optimize_utf8()
1420 case END_OF_RE: in link_nfa_nodes()
1775 token->type = END_OF_RE; in peek_token()
2013 token->type = END_OF_RE; in peek_token_bracket()
2399 case END_OF_RE: in parse_expression()
2515 if (token->type == END_OF_RE) in parse_dup_op()
3062 if (BE (token->type == END_OF_RE, 0)) in parse_bracket_exp()
3077 if (BE (token->type == END_OF_RE, 0)) in parse_bracket_exp()
[all …]
H A Dregex_internal.h195 END_OF_RE = 2, enumerator
H A Dregex_internal.c1642 if (type == END_OF_RE) in create_ci_newstate()
1696 if (type == END_OF_RE) in create_cd_newstate()
H A Dregexec.c1231 if (type != END_OF_RE) in check_halt_node_context()