Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c429 || type == END_OF_RE) in re_compile_fastmap_iter()
432 if (type == END_OF_RE) in re_compile_fastmap_iter()
1094 case END_OF_RE: in optimize_utf8()
1414 case END_OF_RE: in link_nfa_nodes()
1772 token->type = END_OF_RE; in peek_token()
2010 token->type = END_OF_RE; in peek_token_bracket()
2112 eor = create_tree (dfa, NULL, NULL, END_OF_RE); in parse()
2147 if (token->type != OP_ALT && token->type != END_OF_RE in parse_reg_exp()
2185 while (token->type != OP_ALT && token->type != END_OF_RE in parse_branch()
2391 case END_OF_RE: in parse_expression()
[all …]
Dregex_internal.h238 END_OF_RE = 2, enumerator
Dregex_internal.c1651 if (type == END_OF_RE) in create_ci_newstate()
1705 if (type == END_OF_RE) in create_cd_newstate()
Dregexec.c1252 if (type != END_OF_RE) in check_halt_node_context()