Searched defs:throw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c2432 debug_msg(DEBUG_TRACING, "throw_from_fclib: throw: %s\n", msg);
2448 throw(fcode_env_t *env) function
2452 CHECK_DEPTH(env, 1, "throw");
2455 throw_from_fclib(env, t, "throw Fcode errcode: 0x%x", (int)t);
2458 log_message(MSG_ERROR, "throw: errcode: 0x%x\n",
2460 throw_from_fclib(env, t, "throw Fcode err: %s", (char *)t);
2479 throw(env);
2644 ANSI(0x218, 0, "throw", throw);

Completed in 82 milliseconds