sm_debug
typedef struct sm_debug SM_DEBUG_T;
sm->sm_debug = sm->sm_symtab = sm->sm_ctf = B_TRUE;
sm->sm_debug = sm->sm_symtab = sm->sm_ctf = B_TRUE;
if (sm->sm_debug && (secmap_content & CC_CONTENT_DEBUG) != 0 &&
boolean_t sm_debug;
sm_debug("%d in __split_whole_condition\n", get_lineno());
sm_debug("%d done __split_whole_condition\n", get_lineno());
sm_debug("%d in __handle_logic\n", get_lineno());
sm_debug("%d done __handle_logic\n", get_lineno());
sm_debug("%d in __handle_condition_assigns\n", get_lineno());
sm_debug("%d done __handle_condition_assigns\n", get_lineno());
sm_debug("%d in __handle_ternary_assigns\n", get_lineno());
sm_debug("%d done __handle_ternary_assigns\n", get_lineno());
sm_debug("new function: %s\n", cur_func);
sm_debug("inline function: %s\n", cur_func);
sm_debug("XXX: trouble parsing %s c = %s", str, c);
sm_debug("%s: divide by zero", __func__);
sm_debug("%s: divide by zero", __func__);
sm_debug("%s: invalid divide LLONG_MIN/-1", __func__);