Lines Matching refs:ndebug_stack
403 int ndebug_stack = 0; variable
408 debug_curr_level[ndebug_stack - 1] = level; in debug_set_level()
426 if (is_debug_word(env, WA) && ndebug_stack < MAX_DEBUG_STACK) { in check_for_debug_entry()
427 top = ndebug_stack++; in check_for_debug_entry()
444 if (ndebug_stack) { in check_for_debug_exit()
445 int top = ndebug_stack - 1; in check_for_debug_exit()
449 ndebug_stack--; in check_for_debug_exit()
462 if (ndebug_stack) { in check_semi_debug_exit()
463 int top = ndebug_stack - 1; in check_semi_debug_exit()
467 ndebug_stack--; in check_semi_debug_exit()
479 if (ndebug_stack) { in current_debug_state()
480 int top = ndebug_stack - 1; in current_debug_state()
483 return (ndebug_stack); in current_debug_state()
489 if (ndebug_stack && oldstate <= ndebug_stack) { in clear_debug_state()
491 ndebug_stack = oldstate; in clear_debug_state()
502 for (i = ndebug_stack - 1; i >= 0; i--) { in unbug()