Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libgnuregex/
Dregex_internal.h588 int asub_tops; member
Dregexec.c4188 mctx->asub_tops = n; in match_ctx_init()
4319 assert (mctx->asub_tops > 0); in match_ctx_add_subtop()
4321 if (BE (mctx->nsub_tops == mctx->asub_tops, 0)) in match_ctx_add_subtop()
4323 int new_asub_tops = mctx->asub_tops * 2; in match_ctx_add_subtop()
4330 mctx->asub_tops = new_asub_tops; in match_ctx_add_subtop()