Searched refs:read_stdin (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dcdjpeg.h114 #define read_stdin RdStdin macro
153 EXTERN(FILE *) read_stdin JPP((void));
H A Dcdjpeg.c149 read_stdin (void) function
H A Dcjpeg.c555 input_file = read_stdin();
H A Djpegtran.c452 fp = read_stdin();
H A Ddjpeg.c511 input_file = read_stdin();
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Daddr2line.c185 int read_stdin = (naddr == 0);
189 if (read_stdin)
182 int read_stdin = (naddr == 0); local
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/gdb/
H A Dcallback.h83 int (*read_stdin) PARAMS (( host_callback *, char *, int));
82 int (*read_stdin) PARAMS (( host_callback *, char *, int)); member in struct:host_callback_struct
/macosx-10.10.1/vim-55/src/proto/
H A Dbuffer.pro2 int open_buffer __ARGS((int read_stdin, exarg_T *eap, int flags));
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dsockfilt.c432 * read_stdin tries to read from stdin nbytes into the given buffer. This is a
438 static bool read_stdin(void *buffer, size_t nbytes) function
1039 if(!read_stdin(buffer, 5))
1070 if(!read_stdin(buffer, 5))
1083 if(!read_stdin(buffer, buffer_len))
/macosx-10.10.1/vim-55/src/
H A Dfileio.c244 int read_stdin = (flags & READ_STDIN); local
387 if (!filtering && !read_stdin && !read_buffer)
447 if (!read_stdin && !read_buffer)
516 if (newfile && !read_stdin && !read_buffer)
575 if (read_stdin)
740 if (!read_stdin && (curbuf != old_curbuf
762 if (!read_buffer && !read_stdin)
786 if (!read_stdin)
798 else if (read_stdin)
826 if (!read_stdin
[all...]
H A Dmain.c113 static void read_stdin __ARGS((void));
761 read_stdin();
2483 read_stdin() function
H A Dbuffer.c74 open_buffer(read_stdin, eap, flags)
75 int read_stdin; /* read file from stdin */
148 else if (read_stdin)
224 else if (retval != FAIL && !read_stdin)

Completed in 127 milliseconds