Home
last modified time | relevance | path

Searched refs:mustfirst (Results 1 – 1 of 1) sorted by relevance

/src/lib/libc/regex/
H A Dengine.c204 const char *mustfirst; in matcher() local
225 mustfirst = g->must; in matcher()
242 while (*--dp == *--pp && pp != mustfirst); in matcher()
248 mj = matchjump[pp - mustfirst]; in matcher()
253 if (pp != mustfirst) in matcher()