Home
last modified time | relevance | path

Searched refs:ficlPrimitive (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c208 (ficlPrimitive)instruction, FICL_WORD_DEFAULT); in ficlDictionaryAppendConstantInstruction()
220 (ficlPrimitive)instruction, FICL_WORD_DEFAULT); in ficlDictionaryAppend2ConstantInstruction()
262 word->code = (ficlPrimitive)instruction; in ficlDictionarySetConstantInstruction()
299 word->code = (ficlPrimitive)instruction; in ficlDictionarySet2ConstantInstruction()
342 ficlPrimitive code, ficlUnsigned8 flags) in ficlDictionaryAppendWord()
383 ficlPrimitive code, ficlUnsigned8 flags) in ficlDictionaryAppendPrimitive()
393 ficlPrimitive code, ficlUnsigned8 flags) in ficlDictionarySetPrimitive()
405 word->code = (ficlPrimitive)code; in ficlDictionarySetPrimitive()
416 (ficlPrimitive)i, (ficlUnsigned8)(FICL_WORD_INSTRUCTION | flags))); in ficlDictionaryAppendInstruction()
424 (ficlPrimitive)i, (ficlUnsigned8)(FICL_WORD_INSTRUCTION | flags))); in ficlDictionarySetInstruction()
H A Dword.c30 ficlPrimitive code; in ficlWordClassify()
H A Dfloat.c64 (ficlPrimitive)ficlInstructionFConstantParen, FICL_WORD_DEFAULT); in ficlPrimitiveFConstant()
102 (ficlPrimitive)ficlInstructionF2ConstantParen, FICL_WORD_DEFAULT); in ficlPrimitiveF2Constant()
H A Dficl.h929 typedef void (*ficlPrimitive)(ficlVm *vm); typedef
1211 ficlPrimitive code; /* Native code to execute the word */
1402 ficlPrimitive pCode, ficlUnsigned8 flags);
1405 ficlPrimitive pCode, ficlUnsigned8 flags);
1456 ficlPrimitive code, ficlUnsigned8 flags);
H A Dprimitives.c186 (ficlPrimitive)ficlInstructionColonParen, in ficlPrimitiveColon()
1094 (ficlPrimitive)ficlInstructionVariableParen, FICL_WORD_DEFAULT); in ficlPrimitiveVariable()
1105 (ficlPrimitive)ficlInstructionVariableParen, FICL_WORD_DEFAULT); in ficlPrimitive2Variable()
1416 (ficlPrimitive)ficlInstructionCreateParen, FICL_WORD_DEFAULT); in ficlPrimitiveCreate()
2304 (ficlPrimitive)ficlInstructionColonParen, in ficlPrimitiveColonNoName()
2341 (ficlPrimitive)ficlInstructionUserParen, FICL_WORD_DEFAULT); in ficlPrimitiveUser()
2477 ficlPrimitive code; in ficlLocalParen()
H A Dvm.c1319 (ficlPrimitive)ficlInstructionDoDoes; in ficlVmInnerLoop()