Lines Matching refs:ficlInstruction
205 ficlString name, ficlInstruction instruction, ficlInteger value) in ficlDictionaryAppendConstantInstruction()
217 ficlString name, ficlInstruction instruction, ficl2Integer value) in ficlDictionaryAppend2ConstantInstruction()
253 ficlString name, ficlInstruction instruction, ficlInteger value) in ficlDictionarySetConstantInstruction()
281 ficlInstruction instruction, ficl2Integer value) in ficlDictionarySet2ConstantInstruction()
292 ((((ficlInstruction)word->code) == ficlInstruction2ConstantParen) || in ficlDictionarySet2ConstantInstruction()
293 (((ficlInstruction)word->code) == ficlInstructionF2ConstantParen))) in ficlDictionarySet2ConstantInstruction()
296 ((((ficlInstruction)word->code) == ficlInstruction2ConstantParen))) in ficlDictionarySet2ConstantInstruction()
413 ficlInstruction i, ficlUnsigned8 flags) in ficlDictionaryAppendInstruction()
421 ficlInstruction i, ficlUnsigned8 flags) in ficlDictionarySetInstruction()
544 if ((((ficlInstruction)word) > ficlInstructionInvalid) && in ficlDictionaryIsAWord()
545 (((ficlInstruction)word) < ficlInstructionLast)) in ficlDictionaryIsAWord()