str_detect_termencoding 532 lib/strutil.h const char *str_detect_termencoding (void); str_detect_termencoding 403 lib/strutil/strutil.c codeset = termenc != NULL ? g_ascii_strup (termenc, -1) : g_strdup (str_detect_termencoding ()); str_detect_termencoding 411 lib/strutil/strutil.c codeset = g_strdup (str_detect_termencoding ()); str_detect_termencoding 310 lib/tty/tty.c const char *_system_codepage = str_detect_termencoding (); str_detect_termencoding 674 src/args.c _system_codepage = str_detect_termencoding (); str_detect_termencoding 282 src/editor/spell.c spell_codeset = str_detect_termencoding (); str_detect_termencoding 935 src/setup.c const char *current_system_codepage = str_detect_termencoding ();