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

/freebsd-10-stable/sys/boot/ficl/
H A Ddict.c152 pDict->here = PTRtoCELL cp;
206 pDict->here = PTRtoCELL cp;
369 pDict->here = PTRtoCELL cp;
H A Dficl.h283 ** PTRtoCELL is a cast through void * intended to satisfy the
287 #define PTRtoCELL (CELL *)(void *) macro
H A Dtools.c728 pDict->here = PTRtoCELL where;
H A Dwords.c2607 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
2650 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
2716 dp->here = PTRtoCELL alignPtr(cpDest);
3470 dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');

Completed in 119 milliseconds