Lines Matching refs:instructions
199 static struct instruction *instructions;
361 newp->next = instructions;
362 instructions = newp;
906 struct instruction *runp = instructions;
955 instructions = reversed;
1192 for (instr = instructions; instr != NULL; instr = instr->next)
1247 for (instr = instructions; instr != NULL; instr = instr->next, ++cnt)