Searched defs:subtop (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c32 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
4386 match_ctx_add_sublast (re_sub_match_top_t *subtop, Idx node, Idx str_idx)
4389 if (BE (subtop->nlasts == subtop->alasts, 0))
4391 Idx new_alasts = 2 * subtop->alasts + 1;
4392 re_sub_match_last_t **new_array = re_realloc (subtop->lasts,
4397 subtop->lasts = new_array;
4398 subtop->alasts = new_alasts;
4403 subtop->lasts[subtop
4381 match_ctx_add_sublast(re_sub_match_top_t *subtop, Idx node, Idx str_idx) argument
[all...]

Completed in 50 milliseconds