Searched defs:_ficlStack (Results 1 – 1 of 1) sorted by relevance
358 typedef struct _ficlStack struct360 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 */