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

/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregnexec.c583 collelt(register Celt_t* ce, char* key, int c, int x) function
623 if (collelt(ce, key, c, x))
633 return collelt(ce, key, c, 0);
647 return collelt(ce, key, c, x);
708 if (ic ? collic(rex->re.collate.elements, (char*)key, (char*)key, c, x) : collelt(rex->re.collate.elements, (char*)key, c, x))

Completed in 67 milliseconds