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  405 lib/strutil/strutil.c     codeset = termenc != NULL ? g_ascii_strup (termenc, -1) : g_strdup (str_detect_termencoding ());
str_detect_termencoding  413 lib/strutil/strutil.c             codeset = g_strdup (str_detect_termencoding ());
str_detect_termencoding  298 lib/tty/tty.c      const char *_system_codepage = str_detect_termencoding ();
str_detect_termencoding  651 src/args.c         _system_codepage = str_detect_termencoding ();
str_detect_termencoding  443 src/editor/spell.c             spell_codeset = str_detect_termencoding ();
str_detect_termencoding  102 src/main.c         current_system_codepage = str_detect_termencoding ();