Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c200 const char *mustfirst; in matcher() local
223 mustfirst = g->must; in matcher()
241 while (*--dp == *--pp && pp != mustfirst) in matcher()
248 mj = matchjump[pp - mustfirst]; in matcher()
253 if (pp != mustfirst) in matcher()