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

/freebsd-12-stable/stand/ficl/
H A Dstack.c179 void stackStore(FICL_STACK *pStack, int n, CELL c) function
H A Dficl.h389 void stackStore (FICL_STACK *pStack, int n, CELL c);
414 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c))

Completed in 1497 milliseconds