Lines Matching refs:P1275

1027 	P1275(0x000, DEFINER,	"end0",			end0);
1028 P1275(0x010, DEFINER, "b(lit)", blit);
1029 P1275(0x011, DEFINER, "b(')", btick);
1030 P1275(0x012, DEFINER, "b(\")", bquote);
1031 P1275(0x013, DEFINER, "bbranch", bbranch);
1032 P1275(0x014, DEFINER, "b?branch", bqbranch);
1033 P1275(0x015, DEFINER, "b(loop)", bloop);
1034 P1275(0x016, DEFINER, "b(+loop)", bplusloop);
1035 P1275(0x017, DEFINER, "b(do)", bdo);
1036 P1275(0x018, DEFINER, "b(?do)", bqdo);
1037 P1275(0x01b, DEFINER, "b(leave)", bleave);
1038 P1275(0x01c, DEFINER, "b(of)", bof);
1040 P1275(0x087, 0, "fcode-revision", fcode_revision);
1042 P1275(0x08b, 0, "alloc-mem", alloc_mem);
1043 P1275(0x08c, 0, "free-mem", free_mem);
1045 P1275(0x0a4, 0, "-1", minus_one);
1046 P1275(0x0a5, 0, "0", zero);
1047 P1275(0x0a6, 0, "1", one);
1048 P1275(0x0a7, 0, "2", two);
1049 P1275(0x0a8, 0, "3", three);
1051 P1275(0x0ae, 0, "aligned", aligned);
1052 P1275(0x0b1, DEFINER, "b(<mark)", bmark);
1053 P1275(0x0b2, DEFINER, "b(>resolve)", bresolve);
1056 P1275(0x0b5, 0, "new-token", new_token);
1057 P1275(0x0b6, 0, "named-token", named_token);
1058 P1275(0x0b7, DEFINER, "b(:)", bcolon);
1059 P1275(0x0b8, DEFINER, "b(value)", bvalue);
1060 P1275(0x0b9, DEFINER, "b(variable)", bvariable);
1061 P1275(0x0ba, DEFINER, "b(constant)", bconstant);
1062 P1275(0x0bb, DEFINER, "b(create)", bcreate);
1063 P1275(0x0bc, DEFINER, "b(defer)", bdefer);
1064 P1275(0x0bd, 0, "b(buffer:)", bbuffer_colon);
1065 P1275(0x0be, 0, "b(field)", bfield);
1067 P1275(0x0c0, IMMEDIATE, "instance", instance);
1069 P1275(0x0c2, DEFINER, "b(;)", semi);
1070 P1275(0x0c3, DEFINER, "b(to)", bto);
1071 P1275(0x0c4, DEFINER, "b(case)", bcase);
1072 P1275(0x0c5, DEFINER, "b(endcase)", bendcase);
1073 P1275(0x0c6, DEFINER, "b(endof)", bendof);
1075 P1275(0x0ca, 0, "external-token", external_token);
1076 P1275(0x0cc, 0, "offset16", offset16);
1077 P1275(0x0cd, 0, "evaluate", evaluate);
1079 P1275(0x0da, 0, "get-token", get_token);
1080 P1275(0x0db, 0, "set-token", set_token);
1082 P1275(0x0f0, 0, "start0", start0);
1083 P1275(0x0f1, 0, "start1", start1);
1084 P1275(0x0f2, 0, "start2", start2);
1085 P1275(0x0f3, 0, "start4", start4);
1087 P1275(0x0fd, 0, "version1", version1);
1090 P1275(0x0ff, 0, "end1", end1);
1102 P1275(0x11b, 0, "parse-2int", parse_two_int);
1149 P1275(0x23e, 0, "byte-load", byte_load);
1151 P1275(0x240, 0, "left-parse-string", left_parse_string);