Lines Matching defs:instruction
205 ficlString name, ficlInstruction instruction, ficlInteger value)
208 (ficlPrimitive)instruction, FICL_WORD_DEFAULT);
217 ficlString name, ficlInstruction instruction, ficl2Integer value)
220 (ficlPrimitive)instruction, FICL_WORD_DEFAULT);
253 ficlString name, ficlInstruction instruction, ficlInteger value)
260 name, instruction, value);
262 word->code = (ficlPrimitive)instruction;
281 ficlInstruction instruction, ficl2Integer value)
299 word->code = (ficlPrimitive)instruction;
304 instruction, value);
682 sprintf(trace, "%s (instruction %ld)",
688 sprintf(trace, "%s (instruction %ld), with "
695 "%s :: executes %s (instruction word %ld)",