term             1318 lib/tty/key.c      const char *term;
term             1320 lib/tty/key.c      term = getenv ("TERM");
term             1328 lib/tty/key.c          || (term != NULL
term             1329 lib/tty/key.c              && (strncmp (term, "iris-ansi", 9) == 0
term             1330 lib/tty/key.c                  || strncmp (term, "xterm", 5) == 0
term             1331 lib/tty/key.c                  || strncmp (term, "rxvt", 4) == 0 || strncmp (term, "screen", 6) == 0)))
term             1338 lib/tty/key.c      if ((term != NULL) && (strncmp (term, "qnx", 3) == 0))
term             1363 lib/tty/key.c      if (term != NULL && (strncmp (term, "qansi-m", 7) == 0))
term             1616 lib/vfs/direntry.c vfs_s_get_line (struct vfs_class *me, int sock, char *buf, int buf_len, char term)
term             1638 lib/vfs/direntry.c         if (*buf == term)
term              190 lib/vfs/xdirentry.h int vfs_s_get_line (struct vfs_class *me, int sock, char *buf, int buf_len, char term);