Searched refs:p_debug (Results 1 – 6 of 6) sorted by relevance
562 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()
1720 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()
525 EXTERN char_u *p_debug; // 'debug' variable
1844 if (did_throw && (vim_strchr(p_debug, 't') == NULL || trylevel == 0)) in get_expr_indent()
1141 if (vim_strchr(p_debug, 'e') != NULL) in vim_beep()
822 (char_u *)&p_debug, PV_NONE,