Home
last modified time | relevance | path

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

/titanic_51/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_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dstack.h49 struct stacktable /* stack information */ struct
51 blocksstacktable global() argument
52 errorstacktable global() argument
53 sizestacktable global() argument
54 positionstacktable global() argument
/titanic_51/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_51/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_51/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_51/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 */