/titanic_44/usr/src/lib/efcode/engine/ |
H A D | framebuffer.c | 42 FCODE(0x11c, 0, "is-install", fc_unimplemented); in _init() 43 FCODE(0x11d, 0, "is-remove", fc_unimplemented); in _init() 44 FCODE(0x11e, 0, "is-selftest", fc_unimplemented); in _init() 46 FCODE(0x121, 0, "display-status", fc_unimplemented); in _init() 48 FCODE(0x150, 0, "#lines", fc_unimplemented); in _init() 49 FCODE(0x151, 0, "#columns", fc_unimplemented); in _init() 50 FCODE(0x152, 0, "line#", fc_unimplemented); in _init() 51 FCODE(0x153, 0, "column#", fc_unimplemented); in _init() 52 FCODE(0x154, 0, "inverse?", fc_unimplemented); in _init() 53 FCODE(0x155, 0, "inverse-screen?", fc_unimplemented); in _init() [all …]
|
H A D | fb8.c | 42 FCODE(0x180, 0, "fb8-draw-character", fc_unimplemented); in _init() 43 FCODE(0x181, 0, "fb8-reset-screen", fc_unimplemented); in _init() 44 FCODE(0x182, 0, "fb8-toggle-cursor", fc_unimplemented); in _init() 45 FCODE(0x183, 0, "fb8-erase-screen", fc_unimplemented); in _init() 46 FCODE(0x184, 0, "fb8-blink-screen", fc_unimplemented); in _init() 47 FCODE(0x185, 0, "fb8-invert-screen", fc_unimplemented); in _init() 48 FCODE(0x186, 0, "fb8-insert-characters", fc_unimplemented); in _init() 49 FCODE(0x187, 0, "fb8-delete-characters", fc_unimplemented); in _init() 50 FCODE(0x188, 0, "fb8-insert-lines", fc_unimplemented); in _init() 51 FCODE(0x189, 0, "fb8-delete-lines", fc_unimplemented); in _init() [all …]
|
H A D | fcode.c | 932 FCODE(0x0b3, 0, "set-token-table", fc_historical); in _init() 933 FCODE(0x0b4, 0, "set-table", fc_historical); in _init() 944 FCODE(0x0bf, 0, "b(code)", fc_historical); in _init() 966 FCODE(0x0fe, 0, "4-byte-id", fc_historical); in _init() 971 FCODE(0x101, 0, "old-dma-alloc", fc_historical); in _init() 973 FCODE(0x104, 0, "memmap", fc_historical); in _init() 974 FCODE(0x105, 0, "free-virtual", fc_unimplemented); in _init() 976 FCODE(0x106, 0, ">physical", fc_historical); in _init() 978 FCODE(0x10f, 0, "my-params", fc_historical); in _init() 982 FCODE(0x122, 0, "memory-test-suite", fc_unimplemented); in _init() [all …]
|
H A D | env.c | 851 FCODE(0x125, 0, "get-msecs", do_get_msecs); in _init() 852 FCODE(0x126, 0, "ms", do_ms); in _init() 855 FCODE(0x7e9, 0, "cmn-fatal[", fc_cmn_fatal); in _init() 856 FCODE(0x7ea, 0, "cmn-error[", fc_cmn_error); in _init() 857 FCODE(0x7eb, 0, "cmn-warn[", fc_cmn_warn); in _init() 858 FCODE(0x7ec, 0, "cmn-note[", fc_cmn_note); in _init() 859 FCODE(0x7ed, 0, "cmn-type[", fc_cmn_type); in _init() 860 FCODE(0x7ee, 0, "cmn-append", fc_cmn_append); in _init() 861 FCODE(0x7ef, 0, "]cmn-end", fc_cmn_end); in _init() 862 FCODE(0x7f0, 0, "cmn-msg[", fc_cmn_msg); in _init()
|
H A D | package.c | 1039 FCODE(0x129, 0, "push-package", push_package); in _init() 1040 FCODE(0x12a, 0, "pop-package", pop_package); in _init() 1041 FCODE(0x12b, 0, "interpose", interpose); in _init()
|
H A D | properties.c | 788 FCODE(0x117, 0, "intr", fc_obsolete); in _init() 789 FCODE(0x118, 0, "driver", fc_historical); in _init()
|
H A D | forth.c | 2613 FCODE(0x0a1, 0, "convert", fc_historical); in _init()
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 76 #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)
|
/titanic_44/usr/src/cmd/troff/troff.d/tmac.d/ |
H A D | tz.map | 35 .if '\\$1'FCODE' .ds Tz "Writing FCode 2.x Programs
|