Searched defs:stackblock (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/include/
H A Dstack.h36 struct stackblock /* stack block cell */ struct
39 struct stackblock* prev; /* previous block in list */
40 struct stackblock* next; /* next block in list */
45 struct stackblock* block; /* current block pointer */
51 struct stackblock* blocks; /* stack table blocks */

Completed in 16 milliseconds