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

/haiku-buildtools/jam/
H A Dregexp.h15 char reganch; /* Internal use only. */ member in struct:regexp
H A Dregexp.c60 * reganch is the match anchored (at beginning-of-line only)?
64 * Regstart and reganch permit very fast decisions on suitable starting points
257 r->reganch = 0;
268 r->reganch++;
828 if (prog->reganch)
1194 if (r->reganch)

Completed in 21 milliseconds