str_detect_termencoding 257 lib/search/search.c str_detect_termencoding ())); str_detect_termencoding 537 lib/strutil.h const char *str_detect_termencoding (void); str_detect_termencoding 402 lib/strutil/strutil.c codeset = termenc != NULL ? g_ascii_strup (termenc, -1) : g_strdup (str_detect_termencoding ()); str_detect_termencoding 410 lib/strutil/strutil.c codeset = g_strdup (str_detect_termencoding ()); str_detect_termencoding 269 lib/tty/tty.c const char *_system_codepage = str_detect_termencoding (); str_detect_termencoding 670 src/args.c _system_codepage = str_detect_termencoding (); str_detect_termencoding 449 src/editor/spell.c spell_codeset = str_detect_termencoding (); str_detect_termencoding 97 src/main.c current_system_codepage = str_detect_termencoding ();