Home | History | Annotate | Download | only in lib

Lines Matching refs:boundaries

109 					int boundaries, Idx subexp_idx,
1967 check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, int boundaries,
2007 if (boundaries & 1)
2009 else /* if (boundaries & 2) */
2014 check_dst_limits_calc_pos_1 (mctx, boundaries, subexp_idx,
2016 if (cpos == -1 /* && (boundaries & 1) */)
2018 if (cpos == 0 && (boundaries & 2))
2030 if ((boundaries & 1) && subexp_idx == dfa->nodes[node].opr.idx)
2035 if ((boundaries & 2) && subexp_idx == dfa->nodes[node].opr.idx)
2044 return (boundaries & 2) ? 1 : 0;
2054 int boundaries;
2064 boundaries = (str_idx == lim->subexp_from);
2065 boundaries |= (str_idx == lim->subexp_to) << 1;
2066 if (boundaries == 0)
2070 return check_dst_limits_calc_pos_1 (mctx, boundaries, subexp_idx,