Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c2740 for (sub_top_idx = 0; sub_top_idx < mctx->nsub_tops; ++sub_top_idx) in get_subexp()
4230 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx) in match_ctx_clean()
4249 mctx->nsub_tops = 0; in match_ctx_clean()
4350 if (BE (mctx->nsub_tops == mctx->asub_tops, 0)) in match_ctx_add_subtop()
4361 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t)); in match_ctx_add_subtop()
4362 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0)) in match_ctx_add_subtop()
4364 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()
4365 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
Dregex_internal.h630 Idx nsub_tops; member