Home
last modified time | relevance | path

Searched refs:left_lim (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregexec.c618 Idx left_lim, right_lim; in re_search_internal() local
707 left_lim = (last_start < start) ? last_start : start; in re_search_internal()
720 if (match_first < left_lim || right_lim < match_first) in re_search_internal()
760 while (match_first >= left_lim) in re_search_internal()
768 if (match_first < left_lim) in re_search_internal()
797 if (match_first < left_lim || match_first > right_lim) in re_search_internal()