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

/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c582 collelt(register Celt_t* ce, char* key, int c, int x) function
622 if (collelt(ce, key, c, x))
632 return collelt(ce, key, c, 0);
646 return collelt(ce, key, c, x);
707 if (ic ? collic(rex->re.collate.elements, (char*)key, (char*)key, c, x) : collelt(rex->re.collate.elements, (char*)key, c, x))

Completed in 24 milliseconds