Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscriptfile.c205 flags += DIP_OPT + DIP_NORTP; in ex_runtime()
210 flags += DIP_START + DIP_OPT + DIP_NORTP; in ex_runtime()
215 flags += DIP_START + DIP_OPT; in ex_runtime()
403 if ((done == FAIL || (flags & DIP_ALL)) && (flags & DIP_OPT)) in do_in_path_and_pp()
854 if (flags & DIP_OPT) { in ExpandRTDir()
H A Dvim.h2611 #define DIP_OPT 0x10 // also use "opt" directory in 'packpath' macro
H A Dcmdexpand.c2049 return ExpandRTDir(pat, DIP_START + DIP_OPT, num_file, file, in ExpandFromContext()
H A Dhighlight.c484 retval = source_runtime(buf, DIP_START + DIP_OPT); in load_colors()