Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.h347 #ifndef DFLT_BDIR
349 # define DFLT_BDIR "./,sys$login:,tmp:" macro
351 # define DFLT_BDIR ".,~/tmp,~/" // default for 'backupdir' macro
H A Dos_dos.h114 #ifndef DFLT_BDIR
115 # define DFLT_BDIR ".,$TEMP,c:\\tmp,c:\\temp" // default for 'backupdir' macro
H A Dos_amiga.h211 #ifndef DFLT_BDIR
212 # define DFLT_BDIR ".,t:" // default for 'backupdir' macro
H A Dos_mac.h174 #ifndef DFLT_BDIR
175 # define DFLT_BDIR "." // default for 'backupdir' macro
H A Doptiondefs.h429 {(char_u *)DFLT_BDIR, (char_u *)0L} SCTX_INIT},