Home
last modified time | relevance | path

Searched refs:ttybuf (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/mail/
H A Dtty.c55 struct termios ttybuf; in grabh() local
67 if (tcgetattr(fileno(stdin), &ttybuf) < 0) { in grabh()
71 c_erase = ttybuf.c_cc[VERASE]; in grabh()
72 c_kill = ttybuf.c_cc[VKILL]; in grabh()
73 extproc = ((ttybuf.c_lflag & EXTPROC) ? 1 : 0); in grabh()
/dragonfly/usr.bin/w/
H A Dw.c510 char ttybuf[MAXPATHLEN]; in ttystat() local
512 (void)snprintf(ttybuf, sizeof(ttybuf), "%s%.*s", _PATH_DEV, sz, line); in ttystat()
513 if (stat(ttybuf, &sb)) { in ttystat()
514 warn("%s", ttybuf); in ttystat()
/dragonfly/usr.sbin/lpr/lpd/
H A Dprintjob.c1819 struct termios ttybuf; in setty() local
1825 if (tcgetattr(pfd, &ttybuf) < 0) { in setty()
1830 cfsetspeed(&ttybuf, pp->baud_rate); in setty()
1835 msearch(tmp, &ttybuf); in setty()
1839 if (tcsetattr(pfd, TCSAFLUSH, &ttybuf) == -1) { in setty()
/dragonfly/usr.bin/dsynth/
H A Dbuild.c2453 char ttybuf[2]; in dophase() local
2461 read(0, ttybuf, 1); in dophase()