Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h592 Idx alasts; /* Allocation size of LASTS. */ member
Dregexec.c4377 if (BE (subtop->nlasts == subtop->alasts, 0)) in match_ctx_add_sublast()
4379 Idx new_alasts = 2 * subtop->alasts + 1; in match_ctx_add_sublast()
4386 subtop->alasts = new_alasts; in match_ctx_add_sublast()