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

  /src/include/
regexp.h 89 char *regmust; /* Internal use only. */ member in struct:regexp
  /src/lib/libcompat/regexp/
regexp.c 55 * regmust string (pointer into program) that match must include, or NULL
56 * regmlen length of regmust string
59 * for a match, cutting down the work a lot. Regmust permits fast rejection
60 * of lines that cannot possibly match. The regmust tests are costly enough
61 * that regcomp() supplies a regmust only if the r.e. contains something
257 r->regmust = NULL;
272 * regmust. Resolve ties in favor of later strings, since
285 r->regmust = longest;
814 if (prog->regmust != NULL) {
817 while ((s = strchr(s, prog->regmust[0])) != NULL)
    [all...]

Completed in 12 milliseconds