Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Ddict.c100 void *alignPtr(void *ptr) in alignPtr() function
120 pDict->here = alignPtr(pDict->here); in dictAlign()
H A Dtools.c227 pc = (CELL *)alignPtr(sp->text + sp->count + 1) - 1; in seeColon()
234 pc = (CELL *)alignPtr(sp->text + sp->count + 1) - 1; in seeColon()
H A Dficl.h740 void *alignPtr(void *ptr);
H A Dwords.c2595 cp = alignPtr(cp); in cstringLit()
2651 cp = alignPtr(cp); in stringLit()
2727 dp->here = PTRtoCELL alignPtr(cpDest); in sLiteralCoIm()
3211 PUSHPTR(alignPtr(addr)); in aligned()