Home
last modified time | relevance | path

Searched refs:p_rtp (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dscriptfile.c440 return source_in_path(p_rtp, name, flags, NULL); in source_runtime()
523 for (entry = p_rtp; *entry != NUL; ) in add_pack_dir_to_rtp()
557 insp = p_rtp + STRLEN(p_rtp); in add_pack_dir_to_rtp()
564 oldlen = STRLEN(p_rtp); in add_pack_dir_to_rtp()
572 keep = (int)(insp - p_rtp); in add_pack_dir_to_rtp()
573 mch_memmove(new_rtp, p_rtp, keep); in add_pack_dir_to_rtp()
584 int keep_after = (int)(after_insp - p_rtp); in add_pack_dir_to_rtp()
587 mch_memmove(new_rtp + new_rtp_len, p_rtp + keep, in add_pack_dir_to_rtp()
596 if (p_rtp[keep] != NUL) in add_pack_dir_to_rtp()
681 p = p_rtp; in add_pack_plugin()
[all …]
H A Dhelp.c784 p = p_rtp; in fix_help_buffer()
1310 do_in_path(p_rtp, (char_u *)"doc", DIP_ALL + DIP_DIR, in ex_helptags()
H A Dmain.c464 rtp_copy = vim_strsave(p_rtp); in vim_main2()
468 source_in_path(rtp_copy == NULL ? p_rtp : rtp_copy, plugin_pattern, in vim_main2()
H A Dvim9script.c516 res = source_in_path(p_rtp, from_name, DIP_NOAFTER, &sid); in handle_import()
H A Doption.h844 EXTERN char_u *p_rtp; // 'runtimepath' variable
H A Doption.c321 p_rtp = (char_u *)CLEAN_RUNTIMEPATH; in set_init_1()
4727 if ((opt_flags & OPT_SKIPRTP) && (p->var == (char_u *)&p_rtp in makeset()
6352 || p == (char_u *)&p_rtp in set_context_in_set_cmd()
H A Doptionstr.c2493 if (varp == &p_rtp) in did_set_string_option()
H A Doptiondefs.h2173 (char_u *)&p_rtp, PV_NONE,
H A Dspellfile.c6381 rtp = p_rtp; in init_spellfile()
H A Dquickfix.c8167 p = p_rtp; in hgr_search_in_rtp()