Searched defs:flush (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/html/
H A Dmm2bb.sh255 flush
262 function flush function
278 else flush
285 flush
294 flush
1313 then flush
1597 flush
1601 flush
H A Dmm2twiki.sh245 flush
252 function flush function
268 else flush
275 flush
284 flush
1434 flush
1438 flush
/ast/src/lib/libcodex/
H A Dcode-qp.c56 #define PUTCHAR(p,c) ((p)->bp < (p)->be ? (int)(*(p)->bp++=(c)) : flush(p,c))
74 flush(register State_t* state, int c) function
287 return flush((State_t*)p->data, -1);
H A Dcode-uu.c115 flush(register State_t* state) function
489 return (p->flags & CODEX_ENCODE) ? flush((State_t*)p->data) : 0;
/ast/src/cmd/pzip/
H A Dr2c.c61 * flush output to op
65 flush(Sfio_t* op) function
118 if (flush(op))
240 flush(sfstdout);
/ast/src/lib/libpz/
H A Dpzsplit.c127 * flush the current partition window
132 flush(Deflate_t* dp, size_t w, Sfio_t* op) function
374 if (flush(&def, index.offset, op))
434 if (flush(&def, index.offset, op))
/ast/src/cmd/dsslib/netflow/
H A Dflow-dump.c153 int flush; member in struct:State_s
362 state->flush = 24;
373 state->flush = 30;
390 state->flush = 27;
465 if (state->count >= state->flush)
/ast/src/cmd/ie/
H A Dhistory.c526 int flush = 0; local
578 flush++;
586 flush++;
604 flush++;
608 if(flush && !htrim)
/ast/src/cmd/ss/
H A Dssd.c248 static char flush[] = ".flush."; local
270 if (remote && remove(flush)) close(open(flush, O_WRONLY|O_CREAT|O_TRUNC, 0));
/ast/src/cmd/sort/
H A Dmain.c1205 * flush the intermediate data
1211 flush(register Sort_t* sp, register size_t r) function
1352 if ((r = flush(sp, r)) < 0)
1422 if ((r = flush(sp, r)) < 0)
1729 if (sort.cur && flush(&sort, sort.cur) < 0)

Completed in 22 milliseconds