Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h631 Idx asub_tops; member
Dregexec.c4217 mctx->asub_tops = n; in match_ctx_init()
4348 assert (mctx->asub_tops > 0); in match_ctx_add_subtop()
4350 if (BE (mctx->nsub_tops == mctx->asub_tops, 0)) in match_ctx_add_subtop()
4352 Idx new_asub_tops = mctx->asub_tops * 2; in match_ctx_add_subtop()
4359 mctx->asub_tops = new_asub_tops; in match_ctx_add_subtop()