Home
last modified time | relevance | path

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

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