Lines Matching refs:ce
1023 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) in col() argument
1082 mbxfrm(ce->beg, key, COLL_KEY_MAX); in col()
1138 mbxfrm(ce->end, key, COLL_KEY_MAX); in col()
1147 ce->typ = bt == et ? bt : COLL_range; in col()
1150 ce->typ = COLL_char; in col()
1151 ce++; in col()
1156 return ce; in col()
1422 Celt_t* ce; in bra() local
1467 ce = (Celt_t*)e->re.data; in bra()
1469 e->re.collate.elements = ce; in bra()
1502 ce->fun = f; in bra()
1503 ce->typ = COLL_call; in bra()
1504 ce++; in bra()
1529 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0); in bra()
1531 ce = col(ce, ic, NiL, 1, '-', NiL, 0, 0); in bra()
1559 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0); in bra()
1586 ce->fun = f; in bra()
1587 ce->typ = COLL_call; in bra()
1588 ce++; in bra()
1597 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0); in bra()
1623 ce->typ = COLL_range_lc; in bra()
1625 ce->typ = COLL_range_uc; in bra()
1627 ce->typ = COLL_range; in bra()
1628 strcpy((char*)ce->beg, (char*)xc->key); in bra()
1633 strcpy((char*)ce->end, (char*)cc->key); in bra()
1634 ce->max = -1; in bra()
1635 ce++; in bra()
1670 ce = col(ce, ic, rp, rw, rc, pp, w, c); in bra()
1671 if (strcmp((char*)ce->beg, (char*)ce->end) > 0) in bra()
1675 (ce-1)->typ = COLL_char; in bra()
1676 strcpy((char*)ce->beg, (char*)(ce-1)->end); in bra()
1677 ce->typ = COLL_char; in bra()
1678 ce++; in bra()
1683 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0); in bra()
1690 ce->typ = COLL_end; in bra()
1734 Celt_t* ce; in ccl() local
1756 ce = (Celt_t*)e->re.data; in ccl()
1758 e->re.collate.elements = ce; in ccl()
1759 ce->fun = f; in ccl()
1760 ce->typ = COLL_call; in ccl()
1761 ce++; in ccl()
1762 ce->typ = COLL_end; in ccl()