Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c420 || type == END_OF_RE) in re_compile_fastmap_iter()
423 if (type == END_OF_RE) in re_compile_fastmap_iter()
1128 case END_OF_RE: in optimize_utf8()
1448 case END_OF_RE: in link_nfa_nodes()
1803 token->type = END_OF_RE; in peek_token()
2040 token->type = END_OF_RE; in peek_token_bracket()
2144 eor = create_tree (dfa, NULL, NULL, END_OF_RE); in parse()
2180 if (token->type != OP_ALT && token->type != END_OF_RE in parse_reg_exp()
2225 while (token->type != OP_ALT && token->type != END_OF_RE in parse_branch()
2445 case END_OF_RE: in parse_expression()
[all …]
H A Dregex_internal.h280 END_OF_RE = 2, enumerator
H A Dregex_internal.c1650 if (type == END_OF_RE) in create_ci_newstate()
1704 if (type == END_OF_RE) in create_cd_newstate()
H A Dregexec.c1192 if (type != END_OF_RE) in check_halt_node_context()