Lines Matching defs:ce
1062 collelem_t *ce;
1086 for (ce = avl_first(&elem_by_expand);
1087 ce != NULL;
1088 ce = AVL_NEXT(&elem_by_expand, ce)) {
1089 add_weights(ce->ref);
1192 for (n = 0, ce = avl_first(&elem_by_expand);
1193 ce != NULL;
1194 ce = AVL_NEXT(&elem_by_expand, ce), n++) {
1195 (void) wsncpy(chain[n].str, ce->expand, COLLATE_STR_LEN);
1197 chain[n].pri[i] = get_weight(ce->ref[i], i);