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

/haiku/src/kits/tracker/
H A DRegExp.h101 const char* regmust;// Internal use only. member in struct:BPrivate::regexp
H A DRegExp.cpp90 // regmust string (pointer into program) that match must include, or NULL
91 // regmlen length of regmust string
95 // of lines that cannot possibly match. The regmust tests are costly enough
96 // that Compile() supplies a regmust only if the r.e. contains something
366 r->regmust = NULL;
382 // regmust. Resolve ties in favor of later strings, since
396 r->regmust = longest;
933 if (prog->regmust != NULL) {
935 while ((s = strchr(s, prog->regmust[0])) != NULL) {
936 if (strncmp(s, prog->regmust, (size_
[all...]

Completed in 36 milliseconds