termvalue 127 lib/tty/tty.c const char *termvalue = getenv ("TERM"); termvalue 128 lib/tty/tty.c if (termvalue == NULL || *termvalue == '\0') termvalue 138 lib/tty/tty.c if (strncmp (termvalue, *p, strlen (*p)) == 0) termvalue 367 lib/tty/tty.c const char *termvalue; termvalue 369 lib/tty/tty.c termvalue = getenv ("TERM"); termvalue 385 lib/tty/tty.c if (strcmp (termvalue, "cygwin") == 0) termvalue 406 lib/tty/tty.c if (strncmp (termvalue, "rxvt", 4) == 0 termvalue 408 lib/tty/tty.c || strcmp (termvalue, "Eterm") == 0)