/src/games/warp/ |
term.c | 567 read_tty(buf,sizeof(buf)); 590 read_tty(char *addr, ssize_t size) /* ignored for now */ function in typeref:typename:int 657 #ifndef read_tty 661 read_tty(addr,size) function 686 #endif /* read_tty */ 719 if (read_tty(wbuf,1) < 0 && !errno) 721 #ifdef read_tty 729 #endif /* read_tty */ 742 read_tty(&scrchar,1);
|
term.h | 144 # define read_tty(addr,size) read(0,addr,size) macro 154 # define read_tty(addr,size) read(0,addr,size) macro 177 # define read_tty(addr,size) read(0,addr,size) macro 323 #ifndef read_tty 324 int read_tty(char *, ssize_t);
|
/src/bin/sh/ |
miscbltin.c | 214 int read_tty = 0; local in function:readcmd 278 read_tty = 1; 319 if (read_tty)
|