Searched refs:sub_last (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | regexec.c | 142 re_sub_match_last_t *sub_last, 2689 re_sub_match_last_t *sub_last; in get_subexp() local 2702 sub_last = sub_top->lasts[sub_last_idx]; in get_subexp() 2703 sl_str_diff = sub_last->str_idx - sl_str; in get_subexp() 2726 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node, in get_subexp() 2792 sub_last = match_ctx_add_sublast (sub_top, cls_node, sl_str); in get_subexp() 2793 if (BE (sub_last == NULL, 0)) in get_subexp() 2795 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node, in get_subexp() 2813 re_sub_match_last_t *sub_last, Idx bkref_node, Idx bkref_str) in get_subexp_sub() argument 2818 err = check_arrival (mctx, &sub_last->path, sub_last->node, in get_subexp_sub() [all …]
|