termvalue         112 lib/tty/tty.c      const char *termvalue;
termvalue         114 lib/tty/tty.c      termvalue = getenv ("TERM");
termvalue         115 lib/tty/tty.c      if (termvalue == NULL || *termvalue == '\0')
termvalue         123 lib/tty/tty.c          || strncmp (termvalue, "xterm", 5) == 0
termvalue         124 lib/tty/tty.c          || strncmp (termvalue, "konsole", 7) == 0
termvalue         125 lib/tty/tty.c          || strncmp (termvalue, "rxvt", 4) == 0
termvalue         126 lib/tty/tty.c          || strcmp (termvalue, "Eterm") == 0
termvalue         127 lib/tty/tty.c          || strcmp (termvalue, "dtterm") == 0
termvalue         128 lib/tty/tty.c          || strncmp (termvalue, "alacritty", 9) == 0
termvalue         129 lib/tty/tty.c          || strncmp (termvalue, "foot", 4) == 0
termvalue         130 lib/tty/tty.c          || strncmp (termvalue, "screen", 6) == 0
termvalue         131 lib/tty/tty.c          || strncmp (termvalue, "tmux", 4) == 0
termvalue         132 lib/tty/tty.c          || strncmp (termvalue, "contour", 7) == 0;
termvalue         355 lib/tty/tty.c      const char *termvalue;
termvalue         357 lib/tty/tty.c      termvalue = getenv ("TERM");
termvalue         373 lib/tty/tty.c      if (strcmp (termvalue, "cygwin") == 0)
termvalue         394 lib/tty/tty.c                  if (strncmp (termvalue, "rxvt", 4) == 0 ||
termvalue         396 lib/tty/tty.c                      strcmp (termvalue, "Eterm") == 0)