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

/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c98 throw_from_fclib(env, 1, "/mod divide by zero");
2412 throw_from_fclib(fcode_env_t *env, fstack_t errcode, char *fmt, ...) function
2432 debug_msg(DEBUG_TRACING, "throw_from_fclib: throw: %s\n", msg);
2455 throw_from_fclib(env, t, "throw Fcode errcode: 0x%x", (int)t);
2460 throw_from_fclib(env, t, "throw Fcode err: %s", (char *)t);

Completed in 66 milliseconds