Home
last modified time | relevance | path

Searched refs:P1275 (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dfcode.c905 P1275(0x000, DEFINER, "end0", end0); in _init()
906 P1275(0x010, DEFINER, "b(lit)", blit); in _init()
907 P1275(0x011, DEFINER, "b(')", btick); in _init()
908 P1275(0x012, DEFINER, "b(\")", bquote); in _init()
909 P1275(0x013, DEFINER, "bbranch", bbranch); in _init()
910 P1275(0x014, DEFINER, "b?branch", bqbranch); in _init()
911 P1275(0x015, DEFINER, "b(loop)", bloop); in _init()
912 P1275(0x016, DEFINER, "b(+loop)", bplusloop); in _init()
913 P1275(0x017, DEFINER, "b(do)", bdo); in _init()
914 P1275(0x018, DEFINER, "b(?do)", bqdo); in _init()
[all …]
H A Dfont.c42 P1275(0x16a, 0, "default-font", fc_unimplemented); in _init()
43 P1275(0x16b, 0, "set-font", fc_unimplemented); in _init()
44 P1275(0x16c, 0, "char-height", fc_unimplemented); in _init()
45 P1275(0x16d, 0, "char-width", fc_unimplemented); in _init()
46 P1275(0x16e, 0, ">font", fc_unimplemented); in _init()
47 P1275(0x16f, 0, "fontbytes", fc_unimplemented); in _init()
H A Dprims64.c441 P1275(0x241, 0, "bxjoin", bxjoin); in _init()
442 P1275(0x242, 0, "<l@", lsfetch); in _init()
443 P1275(0x243, 0, "lxjoin", lxjoin); in _init()
444 P1275(0x244, 0, "wxjoin", wxjoin); in _init()
445 P1275(0x245, 0, "x,", xcomma); in _init()
446 P1275(0x246, 0, "x@", xfetch); in _init()
447 P1275(0x247, 0, "x!", xstore); in _init()
448 P1275(0x248, 0, "/x", slash_x); in _init()
449 P1275(0x249, 0, "/x*", slash_x_times); in _init()
450 P1275(0x24a, 0, "xa+", xa_plus); in _init()
[all …]
H A Dproperties.c781 P1275(0x110, 0, "property", property); in _init()
782 P1275(0x111, 0, "encode-int", encode_int); in _init()
783 P1275(0x112, 0, "encode+", encode_plus); in _init()
784 P1275(0x113, 0, "encode-phys", encode_phys); in _init()
785 P1275(0x114, 0, "encode-string", encode_string); in _init()
786 P1275(0x115, 0, "encode-bytes", encode_bytes); in _init()
787 P1275(0x116, 0, "reg", reg_prop); in _init()
790 P1275(0x119, 0, "model", model_prop); in _init()
791 P1275(0x11a, 0, "device-type", device_type); in _init()
793 P1275(0x128, 0, "decode-phys", decode_phys); in _init()
[all …]
H A Dpackage.c1032 P1275(0x102, 0, "my-address", my_address); in _init()
1035 P1275(0x11f, 0, "new-device", new_device); in _init()
1037 P1275(0x127, 0, "finish-device", finish_device); in _init()
1043 P1275(0x202, 0, "my-args", my_args); in _init()
1045 P1275(0x204, 0, "find-package", find_package); in _init()
1046 P1275(0x205, 0, "open-package", open_package); in _init()
1047 P1275(0x206, 0, "close-package", close_package); in _init()
1048 P1275(0x207, 0, "find-method", find_method); in _init()
1049 P1275(0x208, 0, "call-package", call_package); in _init()
1050 P1275(0x209, 0, "$call-parent", dollar_call_parent); in _init()
[all …]
H A Dalarm.c98 P1275(0x213, 0, "alarm", do_alarm); in _init()
100 P1275(0x219, 0, "user-abort", user_abort); in _init()
H A Dprint.c253 P1275(0x09c, 0, "u.r", do_udot_r); in _init()
254 P1275(0x09d, 0, ".", do_dot); in _init()
H A Dinit.c131 P1275(0x0fc, IMMEDIATE, "ferror", f_error); in _init()
H A Dforth.c2626 P1275(0x0cb, 0, "$find", dollar_find); in _init()
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dmisc.c636 P1275(0x220, 0, "cpeek", cpeek); in _init()
637 P1275(0x221, 0, "wpeek", wpeek); in _init()
638 P1275(0x222, 0, "lpeek", lpeek); in _init()
639 P1275(0x223, 0, "cpoke", cpoke); in _init()
640 P1275(0x224, 0, "wpoke", wpoke); in _init()
641 P1275(0x225, 0, "lpoke", lpoke); in _init()
643 P1275(0x230, 0, "rb@", rbfetch); in _init()
644 P1275(0x231, 0, "rb!", rbstore); in _init()
645 P1275(0x232, 0, "rw@", rwfetch); in _init()
646 P1275(0x233, 0, "rw!", rwstore); in _init()
[all …]
/titanic_41/usr/src/lib/efcode/packages/
H A Dmemalloc.c127 P1275(0x106, 0, ">physical", fc_vtop); in _init()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dprivate.h82 #define P1275(tk, t, nm, fnc) FCODE(tk, (P1275_WORD|t), nm, fnc) macro