Searched refs:bkref_str_idx (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)
2704 get_subexp (re_match_context_t *mctx, int bkref_node, int bkref_str_idx)
2710 int cache_idx = search_cur_bkref_entry (mctx, bkref_str_idx);
2735 bkref_str_off = bkref_str_idx;
2767 bkref_str_idx);
2784 for (; sl_str <= bkref_str_idx; ++sl_str)
2837 bkref_str_idx);
2700 get_subexp(re_match_context_t *mctx, int bkref_node, int bkref_str_idx) argument

Completed in 103 milliseconds