Home
last modified time | relevance | path

Searched refs:ficlInstructionLast (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dword.c35 (((ficlInstruction)word) < ficlInstructionLast)) { in ficlWordClassify()
44 (((ficlInstruction)code) < ficlInstructionLast)) { in ficlWordClassify()
H A Ddictionary.c545 (((ficlInstruction)word) < ficlInstructionLast)) in ficlDictionaryIsAWord()
703 (c.i >= ficlInstructionLast)) { in ficlDictionarySee()
H A Dtools.c416 (((ficlInstruction)word) < ficlInstructionLast)) in ficlPrimitiveStepBreak()
H A Dficl.h979 ficlInstructionLast, enumerator
H A Dvm.c2046 ((ficlInstruction)fw->code < ficlInstructionLast)) { in ficlVmInnerLoop()