Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h490 int alasts; /* Allocation size of LASTS. */ member
A Dregexec.c4214 if (BE (subtop->nlasts == subtop->alasts, 0)) in match_ctx_add_sublast()
4216 int new_alasts = 2 * subtop->alasts + 1; in match_ctx_add_sublast()
4223 subtop->alasts = new_alasts; in match_ctx_add_sublast()

Completed in 11 milliseconds