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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dexceptions.pl13 # exit, use &throw to raise an exception. The first enclosing &catch
35 # &throw('bad input') if /^$/;
48 &'throw($__exception__);
52 sub throw { subroutine
/osnet-11/usr/src/lib/rad/libjniutil/common/
H A Dlibjniutil.c102 * Construct and throw the specified exception object.
105 throw(JNIEnv *env, jclass class, jmethodID ctor, ...) function
115 (*env)->FatalError(env, "Couldn't throw exception");
122 * Construct and throw the named exception using its
150 throw(env, class, ctor, jdesc);
157 throw(env, class, ctor);
162 * Construct and throw the named exception using its
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c2429 debug_msg(DEBUG_TRACING, "throw_from_fclib: throw: %s\n", msg);
2445 throw(fcode_env_t *env) function
2449 CHECK_DEPTH(env, 1, "throw");
2452 throw_from_fclib(env, t, "throw Fcode errcode: 0x%x", (int)t);
2455 log_message(MSG_ERROR, "throw: errcode: 0x%x\n",
2457 throw_from_fclib(env, t, "throw Fcode err: %s", (char *)t);
2476 throw(env);
2641 ANSI(0x218, 0, "throw", throw);

Completed in 20 milliseconds