str_detect_termencoding 251 lib/search/search.c str_detect_termencoding ())); str_detect_termencoding 537 lib/strutil.h const char *str_detect_termencoding (void); str_detect_termencoding 396 lib/strutil/strutil.c codeset = termenc != NULL ? g_ascii_strup (termenc, -1) : g_strdup (str_detect_termencoding ()); str_detect_termencoding 404 lib/strutil/strutil.c codeset = g_strdup (str_detect_termencoding ()); str_detect_termencoding 299 lib/tty/tty.c const char *_system_codepage = str_detect_termencoding (); str_detect_termencoding 626 src/args.c _system_codepage = str_detect_termencoding (); str_detect_termencoding 287 src/editor/spell.c spell_codeset = str_detect_termencoding (); str_detect_termencoding 107 src/main.c current_system_codepage = str_detect_termencoding ();