Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h594 re_sub_match_last_t **lasts; member
Dregexec.c2757 sub_last = sub_top->lasts[sub_last_idx]; in get_subexp()
4236 re_sub_match_last_t *last = top->lasts[sl_idx]; in match_ctx_clean()
4240 re_free (top->lasts); in match_ctx_clean()
4380 re_sub_match_last_t **new_array = re_realloc (subtop->lasts, in match_ctx_add_sublast()
4385 subtop->lasts = new_array; in match_ctx_add_sublast()
4391 subtop->lasts[subtop->nlasts] = new_entry; in match_ctx_add_sublast()