Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.h355 #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 Dos_dos.h122 #ifndef DFLT_DIR
123 # define DFLT_DIR ".,$TEMP,c:\\tmp,c:\\temp" // default for 'directory' macro
H A Dos_amiga.h215 #ifndef DFLT_DIR
216 # define DFLT_DIR ".,t:" // default for 'directory' macro
H A Dos_mac.h178 #ifndef DFLT_DIR
179 # define DFLT_DIR "." // default for 'directory' macro
H A Doptiondefs.h876 {(char_u *)DFLT_DIR, (char_u *)0L} SCTX_INIT},