Lines Matching defs:pool
73 reg int pool;
97 pool = f->mode&SF_POOL;
104 f->mode |= pool;
112 /* put into discrete pool */
129 if(!(p = f->pool) )
130 p = f->pool = &_Sfpool;
137 { if(p->s_sf == 0) /* initialize pool array */
426 { /* move to head of pool */
427 if(f == f->pool->sf[0] || (*_Sfpmove)(f,0) < 0 )
440 if(!f->pool && _sfsetpool(f) < 0)