Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c218 const char *mustfirst; in matcher() local
245 mustfirst = g->must; in matcher()
262 while (*--dp == *--pp && pp != mustfirst); in matcher()
268 mj = matchjump[pp - mustfirst]; in matcher()
273 if (pp != mustfirst) in matcher()