Home
last modified time | relevance | path

Searched refs:DIP_DIR (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dscriptfile.c326 (flags & DIP_DIR) ? EW_DIR : EW_FILE) == OK) in do_in_path()
708 do_in_path(p_pp, (char_u *)"pack/*/start/*", DIP_ALL + DIP_DIR, in add_pack_start_dirs()
719 do_in_path(p_pp, (char_u *)"pack/*/start/*", DIP_ALL + DIP_DIR, in load_start_packages()
767 DIP_ALL + DIP_DIR + (round == 2 && res == FAIL ? DIP_ERR : 0), in ex_packadd()
H A Dhelp.c1310 do_in_path(p_rtp, (char_u *)"doc", DIP_ALL + DIP_DIR, in ex_helptags()
H A Dvim.h2608 #define DIP_DIR 0x02 // find directories instead of files. macro