Home
last modified time | relevance | path

Searched refs:last_printed (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_unwind.c61 static struct symbol *last_printed = NULL; in print_unwind_functions() local
66 if (last_printed == cur_func_sym) in print_unwind_functions()
68 last_printed = cur_func_sym; in print_unwind_functions()
H A Dsmatch.h298 static struct symbol *last_printed = NULL; in print_implied_debug_msg() local
302 if (last_printed == cur_func_sym) in print_implied_debug_msg()
304 last_printed = cur_func_sym; in print_implied_debug_msg()