Home
last modified time | relevance | path

Searched defs:_ficlStack (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/ficl/
H A Dficl.h358 typedef struct _ficlStack struct
360 FICL_UNS nCells; /* size of the stack */
361 CELL *pFrame; /* link reg for stack frame */
362 CELL *sp; /* stack pointer */
363 CELL base[1]; /* Top of stack */