init_translation_table   36 lib/charsets.h char *init_translation_table (int cpsource, int cpdisplay);
init_translation_table 1053 src/filemanager/boxes.c             errmsg = init_translation_table (mc_global.source_codepage, mc_global.display_codepage);
init_translation_table 4955 src/filemanager/panel.c         g_free (init_translation_table (mc_global.display_codepage, mc_global.display_codepage));
init_translation_table 4963 src/filemanager/panel.c     errmsg = init_translation_table (panel->codepage, mc_global.display_codepage);
init_translation_table  148 src/selcodepage.c     errmsg = init_translation_table (codepage == SELECT_CHARSET_NO_TRANSLATE ?
init_translation_table  955 src/setup.c        g_free (init_translation_table (mc_global.source_codepage, mc_global.display_codepage));