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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c168 const char *mustfirst; local
191 mustfirst = g->must;
209 while (*--dp == *--pp && pp != mustfirst)
216 mj = matchjump[pp - mustfirst];
221 if (pp != mustfirst)

Completed in 47 milliseconds