Home
last modified time | relevance | path

Searched refs:FICL_POINTER_TO_CELL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c107 dictionary->here = FICL_POINTER_TO_CELL(here); in ficlDictionaryAllot()
140 dictionary->here = FICL_POINTER_TO_CELL(here); in ficlDictionaryAppendCharacter()
176 dictionary->here = FICL_POINTER_TO_CELL(here); in ficlDictionaryAppendData()
H A Dprimitives.c1301 FICL_POINTER_TO_CELL(ficlVmGetString(vm, in ficlPrimitiveCountedStringQuoteIm()
1326 FICL_POINTER_TO_CELL(ficlVmGetString(vm, in ficlPrimitiveDotQuoteCoIm()
1389 dictionary->here = FICL_POINTER_TO_CELL(ficlAlignPointer(to)); in ficlPrimitiveSLiteralCoIm()
2040 dictionary->here = FICL_POINTER_TO_CELL( in ficlPrimitiveStringQuoteIm()
H A Dtools.c709 dictionary->here = FICL_POINTER_TO_CELL(where); in ficlPrimitiveForget()
H A Dficl.h775 #define FICL_POINTER_TO_CELL(p) ((ficlCell *)(void *)p) macro