Home
last modified time | relevance | path

Searched refs:_stkseek (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libast/common/include/
H A Dstk.h48 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n))
72 extern char* _stkseek(Stk_t*, unsigned);
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dstk.h57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n))
85 extern __MANGLE__ char* _stkseek __PROTO__((Stk_t*, unsigned));
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dstk.h57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n))
85 extern __MANGLE__ char* _stkseek __PROTO__((Stk_t*, unsigned));
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dstk.h57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n))
85 extern __MANGLE__ char* _stkseek __PROTO__((Stk_t*, unsigned));
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dstk.h57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n))
85 extern __MANGLE__ char* _stkseek __PROTO__((Stk_t*, unsigned));
/titanic_44/usr/src/lib/libast/common/misc/
H A Dstk.c410 char *_stkseek(register Sfio_t *stream, register unsigned n) in _stkseek() function
480 _stkseek(stream,off); in stkcopy()
/titanic_44/usr/src/lib/libast/
H A Dmapfile-vers392 _stkseek;