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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c151 int bkref_node, int bkref_str_idx)
156 int bkref_node, int bkref_str)
2704 get_subexp (re_match_context_t *mctx, int bkref_node, int bkref_str_idx)
2716 if (entry->node == bkref_node)
2721 subexp_num = dfa->nodes[bkref_node].opr.idx;
2766 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node,
2836 err = get_subexp_sub (mctx, sub_top, sub_last, bkref_node,
2854 re_sub_match_last_t *sub_last, int bkref_node, int bkref_str)
2860 sub_last->str_idx, bkref_node, bkref_str,
2864 err = match_ctx_add_entry (mctx, bkref_node, bkref_st
2700 get_subexp(re_match_context_t *mctx, int bkref_node, int bkref_str_idx) argument
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 99 milliseconds