Searched refs:collic (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 619 collic(register Celt_t* ce, char* key, register char* nxt, int c, int x) in collic() function 637 if (collic(ce, key, nxt + 1, c, x)) in collic() 708 …if (ic ? collic(rex->re.collate.elements, (char*)key, (char*)key, c, x) : collelt(rex->re.collate.… in collmatch()
|