Lines Matching refs:END_OF_RE
429 || 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()
2503 if (token->type == END_OF_RE) in parse_dup_op()
3064 if (BE (token->type == END_OF_RE, 0)) in parse_bracket_exp()
3079 if (BE (token->type == END_OF_RE, 0)) in parse_bracket_exp()
3116 if (BE (token->type == END_OF_RE, 0)) in parse_bracket_exp()
3125 if (BE (token2.type == END_OF_RE, 0)) in parse_bracket_exp()
3227 if (BE (token->type == END_OF_RE, 0)) in parse_bracket_exp()
3696 if (BE (token->type == END_OF_RE, 0)) in fetch_number()