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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.h588 int asub_tops; member in struct:__anon1720
H A Dregexec.c4193 mctx->asub_tops = n;
4324 assert (mctx->asub_tops > 0);
4326 if (BE (mctx->nsub_tops == mctx->asub_tops, 0))
4328 int new_asub_tops = mctx->asub_tops * 2;
4335 mctx->asub_tops = new_asub_tops;

Completed in 91 milliseconds