str_detect_termencoding 238 lib/search/search.c str_detect_termencoding ())); str_detect_termencoding 532 lib/strutil.h const char *str_detect_termencoding (void); str_detect_termencoding 401 lib/strutil/strutil.c codeset = termenc != NULL ? g_ascii_strup (termenc, -1) : g_strdup (str_detect_termencoding ()); str_detect_termencoding 409 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 675 src/args.c _system_codepage = str_detect_termencoding (); str_detect_termencoding 286 src/editor/spell.c spell_codeset = str_detect_termencoding (); str_detect_termencoding 107 src/main.c current_system_codepage = str_detect_termencoding ();