Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbufwrite.c1796 # define TRUNC_ON_OPEN 0 in buf_write() macro
1798 # define TRUNC_ON_OPEN O_TRUNC in buf_write()
1810 : (O_CREAT | TRUNC_ON_OPEN)) in buf_write()