Home
last modified time | relevance | path

Searched refs:ficlDictionaryAppendCell (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dfloat.c65 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack)); in ficlPrimitiveFConstant()
103 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack)); in ficlPrimitiveF2Constant()
104 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack)); in ficlPrimitiveF2Constant()
233 ficlDictionaryAppendCell(dictionary, cell); in ficlPrimitiveFLiteralImmediate()
H A Dprimitives.c118 ficlDictionaryAppendCell(dictionary, c); in resolveBackBranch()
999 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->dataStack)); in ficlPrimitive2LiteralIm()
1000 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->dataStack)); in ficlPrimitive2LiteralIm()
1216 ficlDictionaryAppendCell(dictionary, in ficlPrimitivePostponeCoIm()
1221 ficlDictionaryAppendCell(dictionary, c); in ficlPrimitivePostponeCoIm()
1330 ficlDictionaryAppendCell(dictionary, c); in ficlPrimitiveDotQuoteCoIm()
2246 ficlDictionaryAppendCell(dictionary, c); in ficlPrimitiveRecurseCoIm()
2342 ficlDictionaryAppendCell(dictionary, c); in ficlPrimitiveUser()
H A Ddictionary.c126 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c) in ficlDictionaryAppendCell() function
153 ficlDictionaryAppendCell(dictionary, c); in ficlDictionaryAppendUnsigned()
H A Dsystem.c323 ficlDictionaryAppendCell(dictionary, c); in ficlSystemAddPrimitiveParseStep()
H A Dvm.c1405 ficlDictionaryAppendCell(dictionary, *dataTop--); in ficlVmInnerLoop()
2790 ficlDictionaryAppendCell(dictionary, c); in ficlVmParseWord()
H A Dficl.h1390 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c);
/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers53 ficlDictionaryAppendCell;