terminal 69 lib/tty/color-slang.c const char *terminal = getenv ("TERM"); terminal 70 lib/tty/color-slang.c const size_t len = strlen (terminal); terminal 89 lib/tty/color-slang.c if ((i != 0) && (i == len) && (strncmp (s, terminal, i) == 0)) terminal 607 src/setup.c load_keys_from_section (const char *terminal, mc_config_t *cfg) terminal 614 src/setup.c if (terminal == NULL) terminal 617 src/setup.c section_name = g_strconcat ("terminal:", terminal, (char *) NULL);