Lines Matching refs:stkstd
89 #define stream2stk(stream) ((stream)==stkstd? stkcur:\
133 * initialize stkstd, sfio operations may have already occcured
158 if(stream==stkstd)
193 if(stream!=stkstd)
195 if(!stkgrow(stkstd,size-(stkstd->_endb-stkstd->_data)))
279 while(sfstack(stkstd, SF_POPSTACK));
280 if(stream!=stkstd)
281 sfstack(stkstd,stream);