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

/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c35 static avl_tree_t cmap_sym; variable
215 avl_create(&cmap_sym, cmap_compare_sym, sizeof (charmap_t),
257 * cmap_mbs and cmap_sym which we'll later use to translate the input
259 * where we fill in the tombs members of entries in cmap_sym, (which
305 s = avl_find(&cmap_sym, n, &where_sym);
325 avl_insert(&cmap_sym, n, where_sym);
329 avl_insert(&cmap_sym, n, where_sym);
343 m = avl_find(&cmap_sym, &srch, NULL);
/illumos-gate/usr/src/cmd/localedef/
H A Dcharmap.c32 static avl_tree_t cmap_sym; variable
186 avl_create(&cmap_sym, cmap_compare_sym, sizeof (charmap_t),
217 if (avl_find(&cmap_sym, &srch, &where) != NULL) {
230 avl_insert(&cmap_sym, n, where);
247 cm = avl_find(&cmap_sym, &srch, NULL);
323 n = avl_find(&cmap_sym, &srch, NULL);

Completed in 68 milliseconds