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

  /src/lib/libc/regex/
engine.c 218 const char *mustfirst; local in function:matcher
245 mustfirst = g->must;
262 while (*--dp == *--pp && pp != mustfirst);
268 mj = matchjump[pp - mustfirst];
273 if (pp != mustfirst)
engine.c 218 const char *mustfirst; local in function:matcher
245 mustfirst = g->must;
262 while (*--dp == *--pp && pp != mustfirst);
268 mj = matchjump[pp - mustfirst];
273 if (pp != mustfirst)

Completed in 22 milliseconds