Lines Matching refs:stkstd
46 #define staksp stkstd
49 #define stakptr(n) stkptr(stkstd,n)
50 #define staktell() stktell(stkstd)
51 #define stakputc(c) sfputc(stkstd,(c))
52 #define stakwrite(b,n) sfwrite(stkstd,(b),(n))
53 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
54 #define stakseek(n) stkseek(stkstd,n)
59 #define stakalloc(n) stkalloc(stkstd,n)
60 #define stakcopy(s) stkcopy(stkstd,s)
61 #define stakset(c,n) stkset(stkstd,c,n)
62 #define stakfreeze(n) stkfreeze(stkstd,n)