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

/freebsd-9.3-release/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
250 r->reganch = 0;
261 r->reganch++;
761 if (prog->reganch)
1130 if (r->reganch)

Completed in 95 milliseconds