Home
last modified time | relevance | path

Searched refs:subexp_num (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/grep/lib/
H A Dregexec.c157 Idx subexp_num, int type);
2628 Idx subexp_num, sub_top_idx; in get_subexp() local
2642 subexp_num = dfa->nodes[bkref_node].opr.idx; in get_subexp()
2652 if (dfa->nodes[sub_top->node].opr.idx != subexp_num) in get_subexp()
2736 cls_node = find_subexp_node (dfa, nodes, subexp_num, in get_subexp()
2833 Idx subexp_num, backup_cur_idx, str_idx, null_cnt; in check_arrival() local
2839 subexp_num = dfa->nodes[top_node].opr.idx; in check_arrival()
2876 err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type); in check_arrival()
2900 subexp_num, type); in check_arrival()
2943 err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type); in check_arrival()
[all …]
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregexec.c163 Idx subexp_num, int type) internal_function;
2669 Idx subexp_num, sub_top_idx; in get_subexp() local
2682 subexp_num = dfa->nodes[bkref_node].opr.idx; in get_subexp()
2692 if (dfa->nodes[sub_top->node].opr.idx != subexp_num) in get_subexp()
2774 cls_node = find_subexp_node (dfa, nodes, subexp_num, OP_CLOSE_SUBEXP); in get_subexp()
2868 Idx subexp_num, backup_cur_idx, str_idx, null_cnt; in check_arrival() local
2874 subexp_num = dfa->nodes[top_node].opr.idx; in check_arrival()
2907 err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type); in check_arrival()
2931 subexp_num, type); in check_arrival()
2973 err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type); in check_arrival()
[all …]