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

/freebsd-10.3-release/lib/libc/regex/
H A Dengine.c168 const char *mustfirst; local
189 mustfirst = g->must;
206 while (*--dp == *--pp && pp != mustfirst);
212 mj = matchjump[pp - mustfirst];
217 if (pp != mustfirst)

Completed in 50 milliseconds