Searched refs:lasts (Results 1 – 2 of 2) sorted by relevance
578 re_sub_match_last_t **lasts; member
2667 sub_last = sub_top->lasts[sub_last_idx]; in get_subexp()4095 re_sub_match_last_t *last = top->lasts[sl_idx]; in match_ctx_clean()4099 re_free (top->lasts); in match_ctx_clean()4235 re_sub_match_last_t **new_array = re_realloc (subtop->lasts, in match_ctx_add_sublast()4240 subtop->lasts = new_array; in match_ctx_add_sublast()4246 subtop->lasts[subtop->nlasts] = new_entry; in match_ctx_add_sublast()
Completed in 15 milliseconds