Lines Matching defs:pool
73 reg int pool;
97 pool = f->mode&SF_POOL;
105 f->mode |= pool;
113 /* put into discrete pool */
130 if(!(p = f->pool) )
131 p = f->pool = &_Sfpool;
138 { if(p->s_sf == 0) /* initialize pool array */
431 { /* move to head of pool */
432 if(f == f->pool->sf[0] || (*_Sfpmove)(f,0) < 0 )
445 if(!f->pool && _sfsetpool(f) < 0)