Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/regex/
HDengine.c206 const char *mustfirst; in matcher() local
227 mustfirst = g->must; in matcher()
244 while (*--dp == *--pp && pp != mustfirst); in matcher()
250 mj = matchjump[pp - mustfirst]; in matcher()
255 if (pp != mustfirst) in matcher()