Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscriptfile.c200 flags += DIP_START + 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()
392 if ((done == FAIL || (flags & DIP_ALL)) && (flags & DIP_START)) in do_in_path_and_pp()
839 if (flags & DIP_START) { in ExpandRTDir()
H A Dvim.h2610 #define DIP_START 0x08 // also use "start" 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()