Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c144 const re_sub_match_top_t *sub_top,
2693 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp() local
2697 if (dfa->nodes[sub_top->node].opr.idx != subexp_num) in get_subexp()
2700 sl_str = sub_top->str_idx; in get_subexp()
2704 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx) in get_subexp()
2707 sub_last = sub_top->lasts[sub_last_idx]; in get_subexp()
2731 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node, in get_subexp()
2744 if (sub_last_idx < sub_top->nlasts) in get_subexp()
2754 sl_str_off = sl_str - sub_top->str_idx; in get_subexp()
2782 if (sub_top->path == NULL) in get_subexp()
[all …]