term 1316 lib/tty/key.c const char *term; term 1318 lib/tty/key.c term = getenv ("TERM"); term 1326 lib/tty/key.c || (term != NULL term 1327 lib/tty/key.c && (strncmp (term, "iris-ansi", 9) == 0 || strncmp (term, "xterm", 5) == 0 term 1328 lib/tty/key.c || strncmp (term, "rxvt", 4) == 0 || strncmp (term, "screen", 6) == 0))) term 1335 lib/tty/key.c if ((term != NULL) && (strncmp (term, "qnx", 3) == 0)) term 1360 lib/tty/key.c if (term != NULL && (strncmp (term, "qansi-m", 7) == 0)) term 1608 lib/vfs/direntry.c vfs_s_get_line (struct vfs_class *me, int sock, char *buf, int buf_len, char term) term 1630 lib/vfs/direntry.c if (*buf == term) term 191 lib/vfs/xdirentry.h int vfs_s_get_line (struct vfs_class *me, int sock, char *buf, int buf_len, char term);