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

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

Completed in 91 milliseconds