Lines Matching defs:stack
29 * homogenous stack routine definitions
42 typedef struct stacktable* STACK; /* stack pointer */
43 typedef struct stackposition STACKPOS; /* stack position */
45 struct stackblock /* stack block cell */
47 __V_** stack; /* actual stack */
52 struct stackposition /* stack position */
58 struct stacktable /* stack information */
60 struct stackblock* blocks; /* stack table blocks */
63 STACKPOS position; /* current stack position */