Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.h578 re_sub_match_last_t **lasts; member
A Dregexec.c2667 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