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

/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dregexp.h19 char *regmust; /* Internal use only. */ member in struct:regexp
H A Dregexp.c51 * regmust string (pointer into program) that match must include, or NULL
52 * regmlen length of regmust string
56 * of lines that cannot possibly match. The regmust tests are costly enough
57 * that regcomp() supplies a regmust only if the r.e. contains something
253 r->regmust = NULL;
268 * regmust. Resolve ties in favor of later strings, since
281 r->regmust = longest;
745 if (prog->regmust != NULL) {
747 while ((s = strchr(s, prog->regmust[0])) != NULL) {
748 if (strncmp(s, prog->regmust, pro
[all...]
/netbsd-6-1-5-RELEASE/include/
H A Dregexp.h89 char *regmust; /* Internal use only. */ member in struct:regexp
/netbsd-6-1-5-RELEASE/lib/libcompat/regexp/
H A Dregexp.c55 * regmust string (pointer into program) that match must include, or NULL
56 * regmlen length of regmust string
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
255 r->regmust = NULL;
270 * regmust. Resolve ties in favor of later strings, since
283 r->regmust = longest;
812 if (prog->regmust != NULL) {
815 while ((s = strchr(s, prog->regmust[0])) != NULL) {
816 if (strncmp(s, prog->regmust,
[all...]

Completed in 66 milliseconds