HomeSort by: relevance | last modified time | path
    Searched refs:reganch (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
regexp.h 88 char reganch; /* Internal use only. */ member in struct:regexp
  /src/lib/libcompat/regexp/
regexp.c 54 * reganch is the match anchored (at beginning-of-line only)?
58 * Regstart and reganch permit very fast decisions on suitable starting points
256 r->reganch = 0;
267 r->reganch++;
832 if (prog->reganch)
1201 if (r->reganch)

Completed in 134 milliseconds