Home
last modified time | relevance | path

Searched refs:p_vfile (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c574 if (debug_break_level > 0 || *p_vfile == NUL) in throw_exception()
580 if (debug_break_level > 0 || *p_vfile == NUL) in throw_exception()
628 if (debug_break_level > 0 || *p_vfile == NUL) in discard_exception()
635 if (debug_break_level > 0 || *p_vfile == NUL) in discard_exception()
696 if (debug_break_level > 0 || *p_vfile == NUL) in catch_exception()
702 if (debug_break_level > 0 || *p_vfile == NUL) in catch_exception()
H A Dmessage.c3469 if (*p_vfile != NUL && verbose_fd == NULL) in redir_write()
3532 return redir_fd != NULL || *p_vfile != NUL in redirecting()
3546 if (*p_vfile != NUL) in verbose_enter()
3557 if (*p_vfile != NUL) in verbose_leave()
3568 if (*p_vfile != NUL) in verbose_enter_scroll()
3581 if (*p_vfile != NUL) in verbose_leave_scroll()
3616 verbose_fd = mch_fopen((char *)p_vfile, "a"); in verbose_open()
3619 semsg(_(e_notopen), p_vfile); in verbose_open()
H A Doption.h1063 char_u *p_vfile = (char_u *)""; // used before options are initialized variable
1065 extern char_u *p_vfile; // 'verbosefile'
H A Doptionstr.c1361 else if (varp == &p_vfile) in did_set_string_option()
1364 if (*p_vfile != NUL && verbose_open() == FAIL) in did_set_string_option()
H A Doptiondefs.h2784 (char_u *)&p_vfile, PV_NONE,
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt11063 Solution: Use "extern" instead of "EXTERN" for p_vfile.