Searched refs:ficlDictionaryAppendCell (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/ficl/ |
H A D | float.c | 65 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 D | primitives.c | 118 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 D | dictionary.c | 126 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c) in ficlDictionaryAppendCell() function 153 ficlDictionaryAppendCell(dictionary, c); in ficlDictionaryAppendUnsigned()
|
H A D | system.c | 323 ficlDictionaryAppendCell(dictionary, c); in ficlSystemAddPrimitiveParseStep()
|
H A D | vm.c | 1405 ficlDictionaryAppendCell(dictionary, *dataTop--); in ficlVmInnerLoop() 2790 ficlDictionaryAppendCell(dictionary, c); in ficlVmParseWord()
|
H A D | ficl.h | 1390 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c);
|
/illumos-gate/usr/src/lib/libficl/ |
H A D | mapfile-vers | 53 ficlDictionaryAppendCell;
|