Home
last modified time | relevance | path

Searched refs:ficlCell (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dstack.c143 ficlCell
158 ficlCell
207 ficlCell
263 ficlStackPush(ficlStack *stack, ficlCell c) in ficlStackPush()
271 ficlCell c; in ficlStackPushPointer()
280 ficlCell c; in ficlStackPushInteger()
289 ficlCell c; in ficlStackPushUnsigned()
315 ficlCell c; in ficlStackPushFloat()
341 ficlCell c; in ficlStackRoll()
342 ficlCell *cell; in ficlStackRoll()
[all …]
H A Dficl.h745 typedef union ficlCell union
754 } __attribute__((may_alias)) ficlCell; typedef
757 #define FICL_BITS_PER_CELL (sizeof (ficlCell) * 8)
862 ficlCell *frame; /* link reg for stack frame */
863 ficlCell *top; /* stack pointer */
866 ficlCell base[1]; /* Top of stack */
1016 ficlCell user[FICL_USER_CELLS];
1068 FICL_PLATFORM_EXTERN ficlCell ficlVmPop(ficlVm *vm);
1276 / (sizeof (ficlCell)))
1370 ficlCell *here;
[all …]
H A Ddictionary.c82 dictionary->here = (ficlCell *)word->name; in ficlDictionaryAbortDefinition()
150 ficlCell c; in ficlDictionaryAppendUnsigned()
256 ficlCell c; in ficlDictionarySetConstantInstruction()
662 ficlCell *cell = word->param; in ficlDictionarySee()
663 ficlCell *param0 = cell; in ficlDictionarySee()
678 ficlCell c, c2; in ficlDictionarySee()
732 cell = (ficlCell *) in ficlDictionarySee()
742 cell = (ficlCell *) in ficlDictionarySee()
763 (long)((ficlCell *)c.p - param0)); in ficlDictionarySee()
768 (long)((ficlCell *)c.p - param0)); in ficlDictionarySee()
[all …]
H A Dvm.c253 register ficlCell *frame; in ficlVmInnerLoop()
263 ficlCell c; in ficlVmInnerLoop()
265 ficlCell *cell; in ficlVmInnerLoop()
627 ficlCell swap; in ficlVmInnerLoop()
734 ficlCell c2; in ficlVmInnerLoop()
749 ficlCell *cell; in ficlVmInnerLoop()
1326 ficlCell *cell; in ficlVmInnerLoop()
1699 ficlCell *cell; in ficlVmInnerLoop()
1873 ficlCell c2; in ficlVmInnerLoop()
2234 ficlCell
[all …]
H A Dprimitives.c130 ficlCell *patchAddr; in resolveForwardBranch()
149 ficlCell *patchAddr; in resolveAbsBranch()
279 ficlCell c; in ficlPrimitiveDot()
590 ficlCell *patchAddr; in ficlPrimitiveElseCoIm()
1115 ficlCell *pBase, c; in ficlPrimitiveBase()
1209 ficlCell c; in ficlPrimitivePostponeCoIm()
1319 ficlCell c; in ficlPrimitiveDotQuoteCoIm()
1492 ficlCell c; in ficlPrimitiveLastWord()
2001 ficlCell id; in ficlPrimitiveEvaluate()
2242 ficlCell c; in ficlPrimitiveRecurseCoIm()
[all …]
H A Dfloat.c171 ficlFloatStackDisplayCallback(void *c, ficlCell *cell) in ficlFloatStackDisplayCallback()
219 ficlCell cell; in ficlPrimitiveFLiteralImmediate()
414 ficlCell data; in ficlSystemCompileFloat()
H A Dtools.c449 ficlVmGetDictionary(vm), (ficlCell *)(vm->ip)); in ficlPrimitiveStepBreak()
535 ficlStackDisplayCallback(void *c, ficlCell *cell) in ficlStackDisplayCallback()
599 ficlStackDisplaySimpleCallback(void *c, ficlCell *cell) in ficlStackDisplaySimpleCallback()
630 ficlReturnStackDisplayCallback(void *c, ficlCell *cell) in ficlReturnStackDisplayCallback()
653 int offset = (ficlCell *)cell->p - &word->param[0]; in ficlReturnStackDisplayCallback()
H A Dextras.c51 ficlCell oldSourceId; in ficlPrimitiveLoad()
H A Dsearch.c288 ficlCell c; in ficlPrimitiveWidGetName()
H A Dsystem.c317 ficlCell c; in ficlSystemAddPrimitiveParseStep()
H A Dfileaccess.c194 ficlCell id = vm->sourceId; in ficlPrimitiveIncludeFile()
H A Dloader.c570 ficlCell id; in ficlExecFD()
620 ficlCell c; in displayCellNoPad()