Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregcomp.c955 if (clexp_node->type == OP_CLOSE_SUBEXP in create_initial_state()
1038 case OP_CLOSE_SUBEXP: in optimize_utf8()
1275 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP); in lower_subexp()
1371 case OP_CLOSE_SUBEXP: in link_nfa_nodes()
1823 token->type = OP_CLOSE_SUBEXP; in peek_token()
1893 token->type = OP_CLOSE_SUBEXP; in peek_token()
2080 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_reg_exp()
2118 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_branch()
2228 case OP_CLOSE_SUBEXP: in parse_expression()
2229 if ((token->type == OP_CLOSE_SUBEXP) && in parse_expression()
[all …]
A Dregexec.c1449 else if (type == OP_CLOSE_SUBEXP) in update_regs()
1902 case OP_CLOSE_SUBEXP: in check_dst_limits_calc_pos_1()
1975 else if (type == OP_CLOSE_SUBEXP in check_subexp_limits()
2016 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits()
2700 OP_CLOSE_SUBEXP); in get_subexp()
2714 OP_CLOSE_SUBEXP); in get_subexp()
3096 if (type == OP_CLOSE_SUBEXP) in check_arrival_expand_ecl_sub()
A Dregex_internal.h163 OP_CLOSE_SUBEXP = EPSILON_BIT | 1, enumerator

Completed in 17 milliseconds