Searched refs:do_in_path (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | scriptfile.c | 239 do_in_path( in do_in_path() function 390 done = do_in_path(path, name, flags, callback, cookie); in do_in_path_and_pp() 399 done = do_in_path(p_pp, s, flags, callback, cookie); in do_in_path_and_pp() 410 done = do_in_path(p_pp, s, flags, callback, cookie); in do_in_path_and_pp() 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() 766 res = do_in_path(p_pp, (char_u *)pat, in ex_packadd()
|
| H A D | help.c | 1310 do_in_path(p_rtp, (char_u *)"doc", DIP_ALL + DIP_DIR, in ex_helptags()
|
| /vim-8.2.3635/src/proto/ |
| H A D | scriptfile.pro | 9 int do_in_path(char_u *path, char_u *name, int flags, void (*callback)(char_u *fname, void *ck), vo…
|