Lines Matching refs:stkstd
37 #define staksp stkstd
40 #define stakptr(n) stkptr(stkstd,n)
41 #define staktell() stktell(stkstd)
42 #define stakputc(c) sfputc(stkstd,(c))
43 #define stakwrite(b,n) sfwrite(stkstd,(b),(n))
44 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
45 #define stakseek(n) stkseek(stkstd,n)
50 #define stakalloc(n) stkalloc(stkstd,n)
51 #define stakcopy(s) stkcopy(stkstd,s)
52 #define stakset(c,n) stkset(stkstd,c,n)
53 #define stakfreeze(n) stkfreeze(stkstd,n)