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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c27 static int search_cur_bkref_entry (const re_match_context_t *mctx, int str_idx)
1919 int dst_bkref_idx = search_cur_bkref_entry (mctx, dst_idx);
1920 int src_bkref_idx = search_cur_bkref_entry (mctx, src_idx);
2155 int first_idx = search_cur_bkref_entry (mctx, str_idx);
2710 int cache_idx = search_cur_bkref_entry (mctx, bkref_str_idx);
3246 int cache_idx_start = search_cur_bkref_entry (mctx, cur_str);
4297 search_cur_bkref_entry (const re_match_context_t *mctx, int str_idx)
4292 search_cur_bkref_entry (const re_match_context_t *mctx, int str_idx) function

Completed in 106 milliseconds