Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/include/
H A Dstack.h49 struct stacktable /* stack information */ struct
51 struct stackblock* blocks; /* stack table blocks */
52 void* error; /* error return value */
53 int size; /* size of each block */
54 STACKPOS position; /* current stack position */
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dstack.h58 struct stacktable /* stack information */ struct
60 struct stackblock* blocks; /* stack table blocks */
61 __V_* error; /* error return value */
62 int size; /* size of each block */
63 STACKPOS position; /* current stack position */
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dstack.h58 struct stacktable /* stack information */ struct
60 struct stackblock* blocks; /* stack table blocks */
61 __V_* error; /* error return value */
62 int size; /* size of each block */
63 STACKPOS position; /* current stack position */
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dstack.h58 struct stacktable /* stack information */ struct
60 struct stackblock* blocks; /* stack table blocks */
61 __V_* error; /* error return value */
62 int size; /* size of each block */
63 STACKPOS position; /* current stack position */
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dstack.h58 struct stacktable /* stack information */ struct
60 struct stackblock* blocks; /* stack table blocks */
61 __V_* error; /* error return value */
62 int size; /* size of each block */
63 STACKPOS position; /* current stack position */