HomeSort by relevance Sort by last modified time
    Searched full:match_first (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 658 Idx match_first;
744 match_first = start;
760 for (;; match_first += incr)
763 if (match_first < left_lim || right_lim < match_first)
779 while (BE (match_first < right_lim, 1)
780 && !fastmap[t[(unsigned char) string[match_first]]])
781 ++match_first;
786 while (BE (match_first < right_lim, 1)
787 && !fastmap[(unsigned char) string[match_first]])
655 Idx match_first; local
    [all...]

Completed in 302 milliseconds