Home
last modified time | relevance | path

Searched refs:DIP_ALL (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dscriptfile.c196 int flags = eap->forceit ? DIP_ALL : 0; in ex_runtime()
279 while (*rtp != NUL && ((flags & DIP_ALL) || !did_one)) in do_in_path()
311 while (*np != NUL && ((flags & DIP_ALL) || !did_one)) in do_in_path()
332 if (!(flags & DIP_ALL)) in do_in_path()
392 if ((done == FAIL || (flags & DIP_ALL)) && (flags & DIP_START)) in do_in_path_and_pp()
403 if ((done == FAIL || (flags & DIP_ALL)) && (flags & DIP_OPT)) 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()
767 DIP_ALL + DIP_DIR + (round == 2 && res == FAIL ? DIP_ERR : 0), in ex_packadd()
H A Dex_cmds2.c763 if (source_runtime(buf, DIP_ALL) == FAIL) in ex_compiler()
H A Dmain.c469 DIP_ALL | DIP_NOAFTER, NULL); in vim_main2()
479 source_runtime(plugin_pattern, DIP_ALL | DIP_AFTER); in vim_main2()
H A Dex_docmd.c9337 source_runtime((char_u *)FILETYPE_FILE, DIP_ALL); in ex_filetype()
9341 source_runtime((char_u *)FTPLUGIN_FILE, DIP_ALL); in ex_filetype()
9346 source_runtime((char_u *)INDENT_FILE, DIP_ALL); in ex_filetype()
9362 source_runtime((char_u *)FTPLUGOF_FILE, DIP_ALL); in ex_filetype()
9367 source_runtime((char_u *)INDOFF_FILE, DIP_ALL); in ex_filetype()
9373 source_runtime((char_u *)FTOFF_FILE, DIP_ALL); in ex_filetype()
H A Dhelp.c1310 do_in_path(p_rtp, (char_u *)"doc", DIP_ALL + DIP_DIR, in ex_helptags()
H A Dhighlight.c450 (void)source_runtime((char_u *)"syntax/syncolor.vim", DIP_ALL); in init_highlight()
2344 if (source_runtime((char_u *)"colors/lists/default.vim", DIP_ALL) != OK) in load_default_colors_lists()
H A Dvim.h2607 #define DIP_ALL 0x01 // all matches, not just the first one macro
H A Doptionstr.c2478 source_runtime(fname, DIP_ALL); in did_set_string_option()
H A Dtag.c2906 , DIP_ALL, found_tagfile_cb, NULL); in get_tagfname()
H A Dspell.c1610 do_in_runtimepath(fname_enc, DIP_ALL, spell_load_cb, &sl); in spell_load_lang()
H A Dsyntax.c4798 : source_runtime(eap->arg, DIP_ALL) == FAIL) in syn_cmd_include()