Searched refs:output_return_stack (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | debug.c | 82 output_return_stack(fcode_env_t *env, int show_wa, int msglevel) in output_return_stack() function 538 output_return_stack(env, show_wa, MSG_FC_DEBUG); in do_exec_debug() 950 output_return_stack(env, 1, MSG_DEBUG); in ftrace()
|
H A D | interactive.c | 194 DEBUGF(SHOW_RS, output_return_stack(env, 0, MSG_FC_DEBUG)); in do_interact()
|
H A D | fcode.c | 532 DEBUGF(BYTELOAD_RS, output_return_stack(env, 1, MSG_FC_DEBUG)); in byte_load()
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 296 void output_return_stack(fcode_env_t *, int, int);
|