Home
last modified time | relevance | path

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

/NextBSD/sys/boot/ficl/
HDdict.c152 pDict->here = PTRtoCELL cp; in dictAllot()
206 pDict->here = PTRtoCELL cp; in dictAppendChar()
369 pDict->here = PTRtoCELL cp; in dictCopyName()
HDtools.c728 pDict->here = PTRtoCELL where; in forget()
HDficl.h287 #define PTRtoCELL (CELL *)(void *) macro
HDwords.c2607 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in cstringQuoteIm()
2650 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in dotQuoteCoIm()
2716 dp->here = PTRtoCELL alignPtr(cpDest); in sLiteralCoIm()
3470 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in stringQuoteIm()