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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c1917 int lim_idx, src_pos, dst_pos;
1921 for (lim_idx = 0; lim_idx < limits->nelem; ++lim_idx)
1925 ent = mctx->bkref_ents + limits->elems[lim_idx];
1928 dst_pos = check_dst_limits_calc_pos (mctx, limits->elems[lim_idx],
1931 src_pos = check_dst_limits_calc_pos (mctx, limits->elems[lim_idx],
2065 int node_idx, lim_idx;
2067 for (lim_idx = 0; lim_idx < limit
1914 int lim_idx, src_pos, dst_pos; local
2062 int node_idx, lim_idx; local
[all...]

Completed in 95 milliseconds