Searched refs:devtty (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | tty.c | 104 const char *devtty = _PATH_TTY; local 112 if ((tfd = open(devtty, O_RDWR, 0)) < 0) { 117 devtty, strerror(errno));
|
/netbsd-src/games/warp/ |
H A D | term.c | 127 devtty = open("/dev/tty",0); in term_set() 128 if (devtty < 0) { in term_set() 132 fcntl(devtty,F_SETFL,O_NDELAY); in term_set() 623 howmany = read(devtty,circlebuf+nextin,metakey?1:PUSHSIZE-nextin); in circfill()
|
H A D | term.h | 125 EXT int devtty INIT(0); 164 EXT int devtty INIT(0); 169 (is_input=read(devtty,&pending_ch,1)))
|