Searched refs:collchars (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/localedef/ |
H A D | collate.c | 197 static avl_tree_t collchars; variable 434 avl_create(&collchars, collchar_compare, sizeof (collchar_t), in init_collate() 537 cc = avl_find(&collchars, &srch, &where); in get_collchar() 547 avl_insert(&collchars, cc, where); in get_collchar() 1091 for (cc = avl_first(&collchars); cc; cc = AVL_NEXT(&collchars, cc)) { in dump_collate() 1206 large = calloc(sizeof (collate_large_t) * avl_numnodes(&collchars), 1); in dump_collate() 1213 for (cc = avl_first(&collchars); cc; cc = AVL_NEXT(&collchars, cc)) { in dump_collate()
|