Searched refs:stacktable (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libast/common/include/
H A Dstack.h33 typedef struct stacktable* STACK; /* stack pointer */
49 struct stacktable /* stack information */ struct
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dstack.h42 typedef struct stacktable* STACK; /* stack pointer */
58 struct stacktable /* stack information */ struct
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dstack.h42 typedef struct stacktable* STACK; /* stack pointer */
58 struct stacktable /* stack information */ struct
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dstack.h42 typedef struct stacktable* STACK; /* stack pointer */
58 struct stacktable /* stack information */ struct
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dstack.h42 typedef struct stacktable* STACK; /* stack pointer */
58 struct stacktable /* stack information */ struct
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstack.c43 if (!(stack = newof(0, struct stacktable, 1, 0))) return(0);

Completed in 38 milliseconds