Searched refs:DFLT_DIR (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_unix.h | 355 #ifndef DFLT_DIR 357 # define DFLT_DIR "./,sys$login:,tmp:" macro 359 # define DFLT_DIR ".,~/tmp,/var/tmp,/tmp" // default for 'directory' macro
|
| H A D | os_dos.h | 122 #ifndef DFLT_DIR 123 # define DFLT_DIR ".,$TEMP,c:\\tmp,c:\\temp" // default for 'directory' macro
|
| H A D | os_amiga.h | 215 #ifndef DFLT_DIR 216 # define DFLT_DIR ".,t:" // default for 'directory' macro
|
| H A D | os_mac.h | 178 #ifndef DFLT_DIR 179 # define DFLT_DIR "." // default for 'directory' macro
|
| H A D | optiondefs.h | 876 {(char_u *)DFLT_DIR, (char_u *)0L} SCTX_INIT},
|