Searched defs:pool (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfsync.c45 { /* find the next legitimate pool */
130 { /* sync the buffer, make sure pool don't move */
131 reg int pool = f->mode&SF_POOL; local
141 f->mode |= pool;
168 if(!local && f && (f->mode&SF_POOL) && f->pool && f != f->pool->sf[0])
169 SFSYNC(f->pool->sf[0]);
H A Dsfmode.c73 reg int pool; local
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
[all...]
/ast/src/lib/libpp/
H A Dpplex.c129 * <wait.h> is poison here so pool moved to the end
133 static void pool(void);
439 if (pp.pool.input)
443 pool();
2374 * output pool status on exit
2380 error(ERROR_OUTPUT|0, pp.pool.output, "%d", error_info.errors != 0);
2388 pool(void) function
2394 if (!sfnew(sfstdin, NiL, SF_UNBOUND, pp.pool.input, SF_READ))
2395 error(ERROR_SYSTEM|3, "cannot dup pool input");
2407 pp.pool
[all...]
/ast/src/cmd/ksh93/sh/
H A Dfault.c515 register Sfio_t* pool; local
567 /* unlock output pool */
569 if(!(pool=sfpool(NIL(Sfio_t*),shp->outpool,SF_WRITE)))
570 pool = shp->outpool; /* can't happen? */
571 sfclrlock(pool);
574 sfpurge(pool);
/ast/src/cmd/ksh93/bltins/
H A Dprint.c314 Sfio_t *pool; local
322 pool=sfpool(sfstderr,NIL(Sfio_t*),SF_WRITE);
334 sfpool(sfstderr,pool,SF_WRITE);
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h309 size_t pool; /* size of an elt in a Vmpool region */ member in struct:_vmdata_s
/ast/src/cmd/coshell/
H A Dservice.h108 #define POOL 8 /* default proc pool */
140 #define IGN (1<<2) /* ignore pool member */
172 #define SETPOOL (1<<14) /* global.pool was set */
222 int pool; member in struct:__anon58::__anon59
314 int pool; member in struct:__anon66
/ast/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals

Completed in 44 milliseconds