termenc           231 lib/strutil.h  void str_init_strings (const char *termenc);
termenc           403 lib/strutil/strutil.c str_init_strings (const char *termenc)
termenc           405 lib/strutil/strutil.c     codeset = termenc != NULL ? g_ascii_strup (termenc, -1) : g_strdup (str_detect_termencoding ());
termenc           410 lib/strutil/strutil.c         if (termenc != NULL)