Searched refs:DFLT_BDIR (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_unix.h | 347 #ifndef DFLT_BDIR 349 # define DFLT_BDIR "./,sys$login:,tmp:" macro 351 # define DFLT_BDIR ".,~/tmp,~/" // default for 'backupdir' macro
|
| H A D | os_dos.h | 114 #ifndef DFLT_BDIR 115 # define DFLT_BDIR ".,$TEMP,c:\\tmp,c:\\temp" // default for 'backupdir' macro
|
| H A D | os_amiga.h | 211 #ifndef DFLT_BDIR 212 # define DFLT_BDIR ".,t:" // default for 'backupdir' macro
|
| H A D | os_mac.h | 174 #ifndef DFLT_BDIR 175 # define DFLT_BDIR "." // default for 'backupdir' macro
|
| H A D | optiondefs.h | 429 {(char_u *)DFLT_BDIR, (char_u *)0L} SCTX_INIT},
|