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

/netbsd-current/include/
H A Dregexp.h89 char *regmust; /* Internal use only. */ member in struct:regexp
/netbsd-current/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
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) {
818 if (strncmp(s, prog->regmust,
[all...]
/netbsd-current/external/bsd/less/dist/
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
256 r->regmust = NULL;
271 * regmust. Resolve ties in favor of later strings, since
284 r->regmust = longest;
748 if (prog->regmust != NULL) {
750 while ((s = strchr(s, prog->regmust[0])) != NULL) {
751 if (strncmp(s, prog->regmust, pro
[all...]
H A Dregexp.h19 char *regmust; /* Internal use only. */ member in struct:regexp

Completed in 297 milliseconds