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

/haiku-buildtools/jam/
H A Dregexp.h16 char *regmust; /* Internal use only. */ member in struct:regexp
H A Dregexp.c61 * regmust string (pointer into program) that match must include, or NULL
62 * regmlen length of regmust string
66 * of lines that cannot possibly match. The regmust tests are costly enough
67 * that regcomp() supplies a regmust only if the r.e. contains something
258 r->regmust = NULL;
273 * regmust. Resolve ties in favor of later strings, since
286 r->regmust = longest;
813 if (prog->regmust != NULL) {
815 while ((s = strchr(s, prog->regmust[0])) != NULL) {
816 if (strncmp(s, prog->regmust, pro
[all...]

Completed in 47 milliseconds