Home
last modified time | relevance | path

Searched refs:STACKPOS (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libast/common/include/
H A Dstack.h34 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 Dstack.h43 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 Dstack.h43 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 Dstack.h43 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 Dstack.h43 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 Dstack.c168 stacktell(register STACK stack, int set, STACKPOS* position) in stacktell()