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

/freebsd-13-stable/contrib/less/
H A Dregexp.h16 char reganch; /* Internal use only. */ member in struct:regexp
H A Dregexp.c48 * reganch is the match anchored (at beginning-of-line only)?
52 * Regstart and reganch permit very fast decisions on suitable starting points
253 r->reganch = 0;
264 r->reganch++;
764 if (prog->reganch)
1133 if (r->reganch)

Completed in 110 milliseconds