Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dregexec.c592 Idx left_lim, right_lim; in re_search_internal() local
677 left_lim = (last_start < start) ? last_start : start; in re_search_internal()
690 if (match_first < left_lim || right_lim < match_first) in re_search_internal()
730 while (match_first >= left_lim) in re_search_internal()
738 if (match_first < left_lim) in re_search_internal()
767 if (match_first < left_lim || match_first > right_lim) in re_search_internal()