Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Ddict.c151 pDict->here = PTRtoCELL cp; in dictAllot()
205 pDict->here = PTRtoCELL cp; in dictAppendChar()
368 pDict->here = PTRtoCELL cp; in dictCopyName()
H A Dtools.c727 pDict->here = PTRtoCELL where; in forget()
H A Dficl.h286 #define PTRtoCELL (CELL *)(void *) macro
H A Dwords.c2618 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in cstringQuoteIm()
2661 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in dotQuoteCoIm()
2727 dp->here = PTRtoCELL alignPtr(cpDest); in sLiteralCoIm()
3481 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"'); in stringQuoteIm()