Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c453 if (read_stdin) in readfile()
649 if (!read_buffer && !read_stdin) in readfile()
676 if (!read_stdin) in readfile()
688 else if (read_stdin) in readfile()
749 if (read_stdin) in readfile()
818 if (!c && !read_stdin) in readfile()
1100 && !read_stdin in readfile()
2221 && !read_stdin in readfile()
2339 if (read_stdin) in readfile()
2397 if (read_stdin) in readfile()
[all …]
H A Dbuffer.c90 int read_stdin, // read file from stdin, otherwise fifo in read_buffer() argument
102 read_stdin ? NULL : curbuf->b_ffname, in read_buffer()
103 read_stdin ? NULL : curbuf->b_fname, in read_buffer()
122 if (read_stdin) in read_buffer()
168 int read_stdin, // read file from stdin in open_buffer() argument
272 else if (read_stdin) in open_buffer()
312 else if (retval == OK && !read_stdin && !read_fifo) in open_buffer()
H A Dmain.c43 static void read_stdin(void);
637 read_stdin(); in vim_main2()
2726 read_stdin(void) in read_stdin() function
/vim-8.2.3635/src/proto/
H A Dbuffer.pro4 int open_buffer(int read_stdin, exarg_T *eap, int flags);