Searched refs:forth_abort (Results 1 - 12 of 12) sorted by relevance
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | signal.c | 56 forth_abort(saved_envp, "%s: Fault Addr: 0x%08x", 68 forth_abort(saved_envp, strsignal(sig));
|
H A D | alarm.c | 42 forth_abort(env, "user-abort called");
|
H A D | env.c | 114 forth_abort(env, "'key?' called in non-interactive mode"); 129 forth_abort(env, "'key' called in non-interactive mode");
|
H A D | forth.c | 136 forth_abort(env, "u/mod: divide by zero"); 805 forth_abort(env, "Here (%p) set past dictionary end (%p)", 1305 forth_abort(env, "pick: invalid pick value: %d\n", (int)p); 1318 forth_abort(env, "roll: invalid roll value: %d\n", (int)r); 2325 forth_abort(env, "Unitialized defer"); 2343 forth_abort(env, "behavior: bad xt: %p indir: %x/%p\n", 2352 forth_abort(env, "%s Fcode '%s' Executed", type, 2427 forth_abort(env, "%s: No catch frame", msg);
|
H A D | debug.c | 582 forth_abort(env, "DS: %p outside range\n", DS); 956 forth_abort(fcode_env_t *env, char *fmt, ...) function 962 log_message(MSG_FATAL, "ABORT: abort within forth_abort\n"); 996 forth_abort(env, "%s: %s", msg, strerror(save_errno));
|
H A D | package.c | 41 forth_abort(env, "%s: MYSELF is NULL", fn); 336 forth_abort(env, "set-args: decode-unit failed");
|
H A D | fcode.c | 883 forth_abort(env, "Unimplemented FCODE token: 0x%x\n", env->last_fcode);
|
/osnet-11/usr/src/lib/efcode/fcdriver/ |
H A D | fcdebug.c | 93 forth_abort(env, "Can't open /dev/fcode\n");
|
H A D | misc.c | 45 forth_abort(env, "fc_reg_read: bad mcookie: 0x%x\n", virt); 57 forth_abort(env, "fc_read_reg: ERROR: cookie: %llx" 71 forth_abort(env, "fc_reg_write: bad mcookie: 0x%x\n", virt); 83 forth_abort(env, "fc_write_reg: ERROR: cookie: %llx"
|
H A D | upload.c | 59 forth_abort(env, "create_node: '%s' name prop not found\n",
|
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | engine.h | 290 forth_abort(env, "%s: stack underflow\n", w); 292 forth_abort(env, "%s: return stack underflow\n", w);
|
H A D | proto.h | 250 void forth_abort(fcode_env_t *, char *, ...);
|
Completed in 48 milliseconds