init_translation_table   36 lib/charsets.h char *init_translation_table (int cpsource, int cpdisplay);
init_translation_table 5004 src/filemanager/panel.c         g_free (init_translation_table (mc_global.display_codepage, mc_global.display_codepage));
init_translation_table 5012 src/filemanager/panel.c     errmsg = init_translation_table (panel->codepage, mc_global.display_codepage);
init_translation_table  113 src/selcodepage.c         init_translation_table (codepage == SELECT_CHARSET_NO_TRANSLATE ? mc_global.display_codepage
init_translation_table  965 src/setup.c        g_free (init_translation_table (mc_global.source_codepage, mc_global.display_codepage));