Searched refs:collelt (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 582 collelt(register Celt_t* ce, char* key, int c, int x) in collelt() function 622 if (collelt(ce, key, c, x)) in collic() 632 return collelt(ce, key, c, 0); in collic() 646 return collelt(ce, key, c, x); in collic() 707 if (ic ? collic(rex->re.collate.elements, (char*)key, (char*)key, c, x) : collelt(rex->re.collate.elements, (char*)key, c, x)) in collmatch()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 583 collelt(register Celt_t* ce, char* key, int c, int x) in collelt() function 623 if (collelt(ce, key, c, x)) in collic() 633 return collelt(ce, key, c, 0); in collic() 647 return collelt(ce, key, c, x); in collic() 708 …if (ic ? collic(rex->re.collate.elements, (char*)key, (char*)key, c, x) : collelt(rex->re.collate.… in collmatch()
|