Home
last modified time | relevance | path

Searched refs:stackStore (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/boot/ficl/
HDstack.c179 void stackStore(FICL_STACK *pStack, int n, CELL c) in stackStore() function
HDficl.h389 void stackStore (FICL_STACK *pStack, int n, CELL c);
414 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c))