Lines Matching defs:script
103 u_int32_t script[MAXINST];
105 char *script_name = "SCRIPT";
644 script[p->offset / 4] += dsps;
687 fprintf (outfp, "\t0x%08x, 0x%08x", script[i],
688 script[i + 1]);
690 if ((script[i] & 0xe0000000) == 0xc0000000)
691 fprintf (outfp, ", 0x%08x,", script[i + 2]);
695 if ((script[i] & 0xe0000000) == 0xc0000000)
955 script[i++] = inst0;
956 script[i++] = inst1;
958 script[i++] = inst2;
1301 inst0 |= 0x10000000 | inst1; /*** ??? to match Zeus script */