HomeSort by: relevance | last modified time | path
    Searched refs:TTY (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/rump/kern/lib/libtty/
Makefile 8 COMMENT=TTY/PTY support
10 IOCONF= TTY.ioconf
11 SRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c
  /src/usr.bin/last/
last.c 106 char tty[128]; /* terminal name */ member in struct:ttytab
108 } TTY;
109 static TTY *ttylist; /* head of linked list */
117 static TTY *addtty(const char *);
134 "\t [-N namesize] [-t tty] [user ...]\n", getprogname(),
288 static TTY *
289 addtty(const char *tty)
291 TTY *cur;
293 if (!(cur = (TTY *)malloc(sizeof(TTY))))
    [all...]
want.c 71 TTY *T; /* tty list entry */
205 /* find associated tty */
212 if (!strncmp(T->tty, linep, LINESIZE))
  /src/bin/ksh/
emacs.c 1313 (void)ioctl(TTY, TIOCSTI, &ch);
1391 bi_errorf("cannot bind, not a tty");
  /src/share/terminfo/
terminfo 299 # Special "terminals". These are used to label tty lines when you don't
304 dumb|80-column dumb tty,
314 glasstty|classic glass tty interpreting ASCII control characters,
320 vanilla|dumb tty,
3914 # of the TTY device (which reports incorrectly on my hardware.) The
6306 # VTE 0.51.2 and gnome-terminal 3.28.2 copied a feature from KovId's TTY
7921 kitty|KovId's TTY,
7923 kitty-direct|KovId's TTY using direct colors,
7925 kitty+common|KovId's TTY common properties,
8748 elks-glasstty|ELKS glass-TTY capabilities
    [all...]

Completed in 306 milliseconds