Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c562 if ((emsg_off > 0 && vim_strchr(p_debug, 'm') == NULL in emsg_not_now()
563 && vim_strchr(p_debug, 't') == NULL) in emsg_not_now()
651 if (!emsg_off || vim_strchr(p_debug, 't') != NULL) in emsg_core()
H A Doptionstr.c1720 else if (varp == &p_debug) in did_set_string_option()
1722 if (check_opt_strings(p_debug, p_debug_values, TRUE) != OK) in did_set_string_option()
H A Doption.h525 EXTERN char_u *p_debug; // 'debug' variable
H A Dindent.c1844 if (did_throw && (vim_strchr(p_debug, 't') == NULL || trylevel == 0)) in get_expr_indent()
H A Dmisc1.c1141 if (vim_strchr(p_debug, 'e') != NULL) in vim_beep()
H A Doptiondefs.h822 (char_u *)&p_debug, PV_NONE,