Searched refs:read_tty (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/games/warp/
H A Dterm.h144 # 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);
H A Dterm.c567 read_tty(buf,sizeof(buf));
590 read_tty(char *addr, ssize_t size) /* ignored for now */ function
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);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_client.c922 int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending; local
2178 read_tty = 1;
2826 if (read_tty && !at_eof)
2863 if (read_tty) {
2868 if (!i && (!has_stdin_waiting() || !read_tty))
2898 read_tty = 1;
2902 read_tty = 0;
2909 read_tty = 0;
2915 read_tty = 0;
2932 read_tty
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c826 int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending; local
2147 read_tty = 1;
2777 if (read_tty && !at_eof)
2814 if (read_tty) {
2819 if (!i && (!has_stdin_waiting() || !read_tty))
2849 read_tty = 1;
2853 read_tty = 0;
2860 read_tty = 0;
2866 read_tty = 0;
2883 read_tty
[all...]

Completed in 160 milliseconds