Searched refs:cmap_mbs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c36 static avl_tree_t cmap_mbs; variable
218 avl_create(&cmap_mbs, cmap_compare_mbs, sizeof (charmap_t),
237 cm = avl_first(&cmap_mbs);
251 cm = AVL_NEXT(&cmap_mbs, cm);
257 * cmap_mbs and cmap_sym which we'll later use to translate the input
304 m = avl_find(&cmap_mbs, n, &where_mbs);
330 avl_insert(&cmap_mbs, n, where_mbs);
467 cm = avl_find(&cmap_mbs, &srch, NULL);
489 cm = avl_find(&cmap_mbs, &srch, &where);
494 cm = avl_nearest(&cmap_mbs, wher
[all...]

Completed in 58 milliseconds