Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c145 re_sub_match_last_t *sub_last,
2694 re_sub_match_last_t *sub_last; in get_subexp() local
2707 sub_last = sub_top->lasts[sub_last_idx]; in get_subexp()
2708 sl_str_diff = sub_last->str_idx - sl_str; in get_subexp()
2731 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node, in get_subexp()
2797 sub_last = match_ctx_add_sublast (sub_top, cls_node, sl_str); in get_subexp()
2798 if (BE (sub_last == NULL, 0)) in get_subexp()
2800 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node, in get_subexp()
2818 re_sub_match_last_t *sub_last, Idx bkref_node, Idx bkref_str) in get_subexp_sub() argument
2823 err = check_arrival (mctx, &sub_last->path, sub_last->node, in get_subexp_sub()
[all …]