Searched refs:sub_last (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/libgnuregex/ |
| D | regexec.c | 155 re_sub_match_last_t *sub_last, 2724 re_sub_match_last_t *sub_last; in get_subexp() local 2737 sub_last = sub_top->lasts[sub_last_idx]; in get_subexp() 2738 sl_str_diff = sub_last->str_idx - sl_str; in get_subexp() 2762 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node, in get_subexp() 2829 sub_last = match_ctx_add_sublast (sub_top, cls_node, sl_str); in get_subexp() 2830 if (BE (sub_last == NULL, 0)) in get_subexp() 2832 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node, in get_subexp() 2850 re_sub_match_last_t *sub_last, int bkref_node, int bkref_str) in get_subexp_sub() argument 2855 err = check_arrival (mctx, &sub_last->path, sub_last->node, in get_subexp_sub() [all …]
|