Searched refs:p_vfile (Results 1 – 6 of 6) sorted by relevance
574 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()
3469 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()
1063 char_u *p_vfile = (char_u *)""; // used before options are initialized variable1065 extern char_u *p_vfile; // 'verbosefile'
1361 else if (varp == &p_vfile) in did_set_string_option()1364 if (*p_vfile != NUL && verbose_open() == FAIL) in did_set_string_option()
2784 (char_u *)&p_vfile, PV_NONE,
11063 Solution: Use "extern" instead of "EXTERN" for p_vfile.