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

/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c95 throw_from_fclib(env, 1, "/mod divide by zero");
2409 throw_from_fclib(fcode_env_t *env, fstack_t errcode, char *fmt, ...) function
2429 debug_msg(DEBUG_TRACING, "throw_from_fclib: throw: %s\n", msg);
2452 throw_from_fclib(env, t, "throw Fcode errcode: 0x%x", (int)t);
2457 throw_from_fclib(env, t, "throw Fcode err: %s", (char *)t);

Completed in 22 milliseconds