Searched refs:subexp_num (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/posix/ ! |
D | regexec.c | 157 Idx subexp_num, int type); 2633 Idx subexp_num, sub_top_idx; in get_subexp() local 2647 subexp_num = dfa->nodes[bkref_node].opr.idx; in get_subexp() 2657 if (dfa->nodes[sub_top->node].opr.idx != subexp_num) in get_subexp() 2741 cls_node = find_subexp_node (dfa, nodes, subexp_num, in get_subexp() 2839 Idx subexp_num, backup_cur_idx, str_idx, null_cnt; in check_arrival() local 2845 subexp_num = dfa->nodes[top_node].opr.idx; in check_arrival() 2882 err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type); in check_arrival() 2906 subexp_num, type); in check_arrival() 2949 err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type); in check_arrival() [all …]
|