Home
last modified time | relevance | path

Searched defs:read_stdin (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmain.c2726 read_stdin(void) in read_stdin() function
H A Dbuffer.c90 int read_stdin, // read file from stdin, otherwise fifo in read_buffer()
168 int read_stdin, // read file from stdin in open_buffer()
H A Dfileio.c132 int read_stdin = (flags & READ_STDIN); in readfile() local