Searched refs:forth_abort (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/efcode/engine/
H A Dsignal.c56 forth_abort(saved_envp, "%s: Fault Addr: 0x%08x",
68 forth_abort(saved_envp, strsignal(sig));
H A Dalarm.c42 forth_abort(env, "user-abort called");
H A Denv.c114 forth_abort(env, "'key?' called in non-interactive mode");
129 forth_abort(env, "'key' called in non-interactive mode");
H A Dforth.c136 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 Ddebug.c582 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 Dpackage.c41 forth_abort(env, "%s: MYSELF is NULL", fn);
336 forth_abort(env, "set-args: decode-unit failed");
H A Dfcode.c883 forth_abort(env, "Unimplemented FCODE token: 0x%x\n", env->last_fcode);
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dfcdebug.c93 forth_abort(env, "Can't open /dev/fcode\n");
H A Dmisc.c45 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 Dupload.c59 forth_abort(env, "create_node: '%s' name prop not found\n",
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h290 forth_abort(env, "%s: stack underflow\n", w);
292 forth_abort(env, "%s: return stack underflow\n", w);
H A Dproto.h250 void forth_abort(fcode_env_t *, char *, ...);

Completed in 63 milliseconds