Lines Matching refs:collelem_t
212 static collelem_t *currelem;
370 const collelem_t *c1 = n1; in element_compare_symbol()
371 const collelem_t *c2 = n2; in element_compare_symbol()
381 const collelem_t *c1 = n1; in element_compare_expand()
382 const collelem_t *c2 = n2; in element_compare_expand()
429 avl_create(&elem_by_symbol, element_compare_symbol, sizeof (collelem_t), in init_collate()
430 offsetof(collelem_t, avl_bysymbol)); in init_collate()
431 avl_create(&elem_by_expand, element_compare_expand, sizeof (collelem_t), in init_collate()
432 offsetof(collelem_t, avl_byexpand)); in init_collate()
495 collelem_t *
498 collelem_t srch; in lookup_collelem()
737 start_order_collelem(collelem_t *e) in start_order_collelem()
763 collelem_t *e; in define_collelem()
862 add_order_collelem(collelem_t *e) in add_order_collelem()
975 add_subst_collelem(collelem_t *e) in add_subst_collelem()
1062 collelem_t *ce; in dump_collate()