init_translation_table   36 lib/charsets.h char *init_translation_table (int cpsource, int cpdisplay);
init_translation_table 1013 src/filemanager/boxes.c             errmsg = init_translation_table (mc_global.source_codepage, mc_global.display_codepage);
init_translation_table 4951 src/filemanager/panel.c         g_free (init_translation_table (mc_global.display_codepage, mc_global.display_codepage));
init_translation_table 4959 src/filemanager/panel.c     errmsg = init_translation_table (panel->codepage, mc_global.display_codepage);
init_translation_table  144 src/selcodepage.c         init_translation_table (codepage == SELECT_CHARSET_NO_TRANSLATE ? mc_global.display_codepage
init_translation_table  952 src/setup.c        g_free (init_translation_table (mc_global.source_codepage, mc_global.display_codepage));