Home
last modified time | relevance | path

Searched refs:READ_STDIN (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h990 #define READ_STDIN 0x04 // read from stdin macro
H A Dfileio.c132 int read_stdin = (flags & READ_STDIN); in readfile()
H A Dbuffer.c283 flags | (READ_NEW + READ_STDIN)); in open_buffer()