Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/ficl/
Ddict.c101 void *alignPtr(void *ptr) in alignPtr() function
121 pDict->here = alignPtr(pDict->here); in dictAlign()
Dtools.c228 pc = (CELL *)alignPtr(sp->text + sp->count + 1) - 1; in seeColon()
235 pc = (CELL *)alignPtr(sp->text + sp->count + 1) - 1; in seeColon()
Dficl.h741 void *alignPtr(void *ptr);
Dwords.c2596 cp = alignPtr(cp); in cstringLit()
2652 cp = alignPtr(cp); in stringLit()
2728 dp->here = PTRtoCELL alignPtr(cpDest); in sLiteralCoIm()
3212 PUSHPTR(alignPtr(addr)); in aligned()