Searched refs:OP_OPEN_SUBEXP (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | regcomp.c | 1048 case OP_OPEN_SUBEXP: in optimize_utf8() 1292 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP); in lower_subexp() 1388 case OP_OPEN_SUBEXP: in link_nfa_nodes() 1844 token->type = OP_OPEN_SUBEXP; in peek_token() 1914 token->type = OP_OPEN_SUBEXP; in peek_token() 2205 case OP_OPEN_SUBEXP: in parse_expression()
|
| HD | regexec.c | 1516 if (type == OP_OPEN_SUBEXP) in update_regs() 1975 case OP_OPEN_SUBEXP: in check_dst_limits_calc_pos_1() 2050 if (type == OP_OPEN_SUBEXP in check_subexp_limits() 2094 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits() 2424 if (dfa->nodes[node].type == OP_OPEN_SUBEXP in check_subexp_matching_top() 2819 sub_last->str_idx, bkref_node, bkref_str, OP_OPEN_SUBEXP); in get_subexp_sub()
|
| HD | regex_internal.h | 242 OP_OPEN_SUBEXP = EPSILON_BIT | 0, enumerator
|
| /dragonfly/contrib/grep/lib/ |
| HD | regcomp.c | 1119 case OP_OPEN_SUBEXP: in optimize_utf8() 1363 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP); in lower_subexp() 1462 case OP_OPEN_SUBEXP: in link_nfa_nodes() 1904 token->type = OP_OPEN_SUBEXP; in peek_token() 1974 token->type = OP_OPEN_SUBEXP; in peek_token() 2281 case OP_OPEN_SUBEXP: in parse_expression()
|
| HD | regexec.c | 1489 if (type == OP_OPEN_SUBEXP) in update_regs() 1942 case OP_OPEN_SUBEXP: in check_dst_limits_calc_pos_1() 2015 if (type == OP_OPEN_SUBEXP in check_subexp_limits() 2059 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits() 2387 if (dfa->nodes[node].type == OP_OPEN_SUBEXP in check_subexp_matching_top() 2786 OP_OPEN_SUBEXP); in get_subexp_sub()
|
| HD | regex_internal.h | 255 OP_OPEN_SUBEXP = EPSILON_BIT | 0, enumerator
|