Searched refs:STACKPOS (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | stack.h | 34 typedef struct stackposition STACKPOS; /* stack position */ typedef 54 STACKPOS position; /* current stack position */ 79 extern void stacktell(STACK, int, STACKPOS*);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | stack.h | 43 typedef struct stackposition STACKPOS; /* stack position */ typedef 63 STACKPOS position; /* current stack position */ 89 extern __MANGLE__ void stacktell __PROTO__((STACK, int, STACKPOS*));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | stack.h | 43 typedef struct stackposition STACKPOS; /* stack position */ typedef 63 STACKPOS position; /* current stack position */ 89 extern __MANGLE__ void stacktell __PROTO__((STACK, int, STACKPOS*));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | stack.h | 43 typedef struct stackposition STACKPOS; /* stack position */ typedef 63 STACKPOS position; /* current stack position */ 89 extern __MANGLE__ void stacktell __PROTO__((STACK, int, STACKPOS*));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | stack.h | 43 typedef struct stackposition STACKPOS; /* stack position */ typedef 63 STACKPOS position; /* current stack position */ 89 extern __MANGLE__ void stacktell __PROTO__((STACK, int, STACKPOS*));
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | stack.c | 168 stacktell(register STACK stack, int set, STACKPOS* position) in stacktell()
|