Searched refs:p_rtp (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | scriptfile.c | 440 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 D | help.c | 784 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 D | main.c | 464 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 D | vim9script.c | 516 res = source_in_path(p_rtp, from_name, DIP_NOAFTER, &sid); in handle_import()
|
| H A D | option.h | 844 EXTERN char_u *p_rtp; // 'runtimepath' variable
|
| H A D | option.c | 321 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 D | optionstr.c | 2493 if (varp == &p_rtp) in did_set_string_option()
|
| H A D | optiondefs.h | 2173 (char_u *)&p_rtp, PV_NONE,
|
| H A D | spellfile.c | 6381 rtp = p_rtp; in init_spellfile()
|
| H A D | quickfix.c | 8167 p = p_rtp; in hgr_search_in_rtp()
|