HomeSort by: relevance | last modified time | path
    Searched refs:read_tty (Results 1 - 6 of 6) sorted by relevancy

  /src/games/warp/
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);
term.c 567 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);
  /src/bin/sh/
miscbltin.c 214 int read_tty = 0; local
278 read_tty = 1;
319 if (read_tty)
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 826 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 = 1
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 922 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 = 1
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 975 int write_tty, read_tty, write_ssl, read_ssl, tty_on, ssl_pending; local
2416 read_tty = 1;
3038 read_tty = 0;
3042 read_tty = 1;
3056 if (read_tty && !at_eof)
3104 if (read_tty) {
3109 if (!i && (!has_stdin_waiting() || !read_tty))
3146 read_tty = 1;
3150 read_tty = 0;
3157 read_tty = 0
    [all...]

Completed in 70 milliseconds