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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dstk.c57 #define STK_HDRSIZE (sizeof(Sfio_t)+sizeof(Sfdisc_t)) macro
90 ((struct stk*)(((char*)(stream))+STK_HDRSIZE)))
91 #define stk2stream(sp) ((Sfio_t*)(((char*)(sp))-STK_HDRSIZE))

Completed in 57 milliseconds