Searched refs:FCODE (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dfb8.c42 FCODE(0x180, 0, "fb8-draw-character", fc_unimplemented);
43 FCODE(0x181, 0, "fb8-reset-screen", fc_unimplemented);
44 FCODE(0x182, 0, "fb8-toggle-cursor", fc_unimplemented);
45 FCODE(0x183, 0, "fb8-erase-screen", fc_unimplemented);
46 FCODE(0x184, 0, "fb8-blink-screen", fc_unimplemented);
47 FCODE(0x185, 0, "fb8-invert-screen", fc_unimplemented);
48 FCODE(0x186, 0, "fb8-insert-characters", fc_unimplemented);
49 FCODE(0x187, 0, "fb8-delete-characters", fc_unimplemented);
50 FCODE(0x188, 0, "fb8-insert-lines", fc_unimplemented);
51 FCODE(
[all...]
H A Dframebuffer.c42 FCODE(0x11c, 0, "is-install", fc_unimplemented);
43 FCODE(0x11d, 0, "is-remove", fc_unimplemented);
44 FCODE(0x11e, 0, "is-selftest", fc_unimplemented);
46 FCODE(0x121, 0, "display-status", fc_unimplemented);
48 FCODE(0x150, 0, "#lines", fc_unimplemented);
49 FCODE(0x151, 0, "#columns", fc_unimplemented);
50 FCODE(0x152, 0, "line#", fc_unimplemented);
51 FCODE(0x153, 0, "column#", fc_unimplemented);
52 FCODE(0x154, 0, "inverse?", fc_unimplemented);
53 FCODE(
[all...]
H A Dfcode.c554 log_message(MSG_ERROR, "FCODE has net stack change of %d\n",
882 log_message(MSG_ERROR, "Uniplemented FCODE token encountered %x\n",
885 forth_abort(env, "Unimplemented FCODE token: 0x%x\n", env->last_fcode);
932 FCODE(0x0b3, 0, "set-token-table", fc_historical);
933 FCODE(0x0b4, 0, "set-table", fc_historical);
944 FCODE(0x0bf, 0, "b(code)", fc_historical);
966 FCODE(0x0fe, 0, "4-byte-id", fc_historical);
971 FCODE(0x101, 0, "old-dma-alloc", fc_historical);
973 FCODE(0x104, 0, "memmap", fc_historical);
974 FCODE(
[all...]
H A Denv.c851 FCODE(0x125, 0, "get-msecs", do_get_msecs);
852 FCODE(0x126, 0, "ms", do_ms);
855 FCODE(0x7e9, 0, "cmn-fatal[", fc_cmn_fatal);
856 FCODE(0x7ea, 0, "cmn-error[", fc_cmn_error);
857 FCODE(0x7eb, 0, "cmn-warn[", fc_cmn_warn);
858 FCODE(0x7ec, 0, "cmn-note[", fc_cmn_note);
859 FCODE(0x7ed, 0, "cmn-type[", fc_cmn_type);
860 FCODE(0x7ee, 0, "cmn-append", fc_cmn_append);
861 FCODE(0x7ef, 0, "]cmn-end", fc_cmn_end);
862 FCODE(
[all...]
H A Dproperties.c788 FCODE(0x117, 0, "intr", fc_obsolete);
789 FCODE(0x118, 0, "driver", fc_historical);
H A Dpackage.c1039 FCODE(0x129, 0, "push-package", push_package);
1040 FCODE(0x12a, 0, "pop-package", pop_package);
1041 FCODE(0x12b, 0, "interpose", interpose);
H A Dforth.c2613 FCODE(0x0a1, 0, "convert", fc_historical);
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h76 #define FCODE(token, fl, nm, fnc) \ macro
81 #define ANSI(tk, t, nm, fnc) FCODE(tk, (ANSI_WORD|P1275_WORD|t), nm, fnc)
82 #define P1275(tk, t, nm, fnc) FCODE(tk, (P1275_WORD|t), nm, fnc)
101 #define FATAL ERROR(("%s:%d: MANGLED FCODE!! Fatal Error\n",\

Completed in 98 milliseconds