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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c154 const re_sub_match_top_t *sub_top,
2727 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx];
2731 if (dfa->nodes[sub_top->node].opr.idx != subexp_num)
2734 sl_str = sub_top->str_idx;
2738 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx)
2741 sub_last = sub_top->lasts[sub_last_idx];
2766 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node,
2779 if (sub_last_idx < sub_top->nlasts)
2788 sl_str_off = sl_str - sub_top->str_idx;
2817 if (sub_top
2723 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; local
2849 get_subexp_sub(re_match_context_t *mctx, const re_sub_match_top_t *sub_top, re_sub_match_last_t *sub_last, int bkref_node, int bkref_str) argument
[all...]

Completed in 46 milliseconds