Searched defs:done (Results 1 - 25 of 30) sorted by relevance

12

/ast/src/lib/libast/cdt/
H A Ddtmethod.c60 /* see what need to be done to data of the old method */
84 int done = 0; local
91 done |= DT_SHARE;
99 done |= DT_ANNOUNCE;
104 done |= DT_OPTIMIZE;
106 return done;
/ast/src/cmd/tests/sfio/
H A Dtmwrite.c42 int i, r, done; local
63 for(done = 0; done < N_WRITER; )
74 { done += 1;
/ast/src/lib/libtk/unix/
H A DtkUnixDraw.c22 int done; /* Flag is 0 until filtering is done. */ member in struct:ScrollInfo
72 info.done = 0;
88 while (!info.done) {
129 if (info->done || (eventPtr->xany.display != info->display)
135 info->done = 1;
145 info->done = 1;
/ast/src/lib/libast/disc/
H A Dsfdcdio.c56 size_t rw, done; local
59 done = 0; /* amount processed by direct IO */
81 { rw -= rv; done += rv;
90 if(done < n && (di->cntl & FDIRECT) )
97 if((rw = n-done) > 0 &&
99 done += rv;
101 return done ? done : rv;
/ast/src/lib/libcs/
H A Dcsclient.c66 int done; local
109 done = 0;
126 if (done++)
154 if (done++)
H A Dcsserve.c37 int (*done)(void*, int); member in struct:Server_s
79 if (server->done)
80 (*server->done)(server->handle, 0);
83 if (server->done && !(*server->done)(server->handle, EXIT_TERM(arg)))
141 csserve(Cs_t* state, void* handle, const char* path, void* (*init)(void*, int), int (*done)(void*, int), int (*con)(void*, int, Csid_t*, int, char**), int (*rd)(void*, int), int (*wr)(void*, int), int (*to)(void*)) argument
163 server->done = done;
173 if (!done)
204 _cs_serve(void* handle, const char* path, void* (*init)(void*, int), int (*done)(voi argument
[all...]
H A Dcss.c74 done(void) function
154 atexit(done);
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwhdr.h50 int done; /* 0: undone, -1: error, 1: ok */ member in struct:_vcwfile_s
/ast/src/lib/libsum/
H A Dsum-crc.c30 [+done?XOR the final crc value with \anumber\a. 0xffffffff is used if \anumber\a is omitted.]:?[number:=0]\
49 Crcnum_t done; member in struct:Crc_s
86 else if (strneq(t, "done", i))
87 sum->done = v ? strtoul(v + 1, NiL, 0) : ~sum->done;
188 sum->sum = c ^ sum->done;
H A Dsumlib.c53 int (*done)(Sum_t*); member in struct:Method_s
210 "crc-0x04c11db7-rotate-done-size"
215 "crc-0xedb88320-init-done"
315 * done with this run of blocks
323 return (*p->method->done)(p);
/ast/src/lib/libtk/generic/
H A DtkGeometry.c470 int done;
486 done = 0;
490 done = 1;
493 } while (!done);
464 int done; local
H A DtkEvent.c453 int done;
456 done = (*genericPtr->proc)(genericPtr->clientData, eventPtr);
458 if (done) {
599 goto done;
608 * input context for the window if it hasn't already been done
623 goto done;
628 * For events where it hasn't already been done, update the current
679 done:
797 * that will be dispatched. The restriction is done by filtering
448 int done; local
H A DtkImgGIF.c658 static int curbit, lastbit, done, last_byte;
665 done = 0;
671 if (done) {
679 done = 1;
655 static int curbit, lastbit, done, last_byte; local
H A DtkCmds.c624 int c, done;
638 WaitVariableProc, (ClientData) &done) != TCL_OK) {
641 done = 0;
642 while (!done) {
647 WaitVariableProc, (ClientData) &done);
657 WaitVisibilityProc, (ClientData) &done);
658 done = 0;
659 while (!done) {
662 if (done != 1) {
675 WaitVisibilityProc, (ClientData) &done);
614 int c, done; local
[all...]
/ast/src/lib/libast/sfio/
H A Dvthread.h155 { int done; member in struct:_vtonce_s
/ast/src/lib/libdss/
H A Dcxlib.h67 Cxdone_t* done; \
139 Cxdone_t* done; member in struct:Cxcompile_s
/ast/src/lib/libz/
H A Dzlib.h50 Compression can be done in a single step if the buffers are large
51 enough (for example if an input file is mmap'ed), or can be done by
122 int done; /* true when done reading gzip header (not used member in struct:gz_header_s
238 perform any compression: this will be done by deflate().
305 is to be done in a single step. In this case, avail_out must be at least
358 the zlib header if present: this will be done by inflate(). (So next_in and
535 not perform any compression: this will be done by deflate().
574 perform any compression: this will be done by deflate().
718 the uncompressed data as is done i
[all...]
H A Dgzio.c855 int done = 0; local
873 if (done) break;
884 done = (s->stream.avail_out != 0 || s->z_err == Z_STREAM_END);
/ast/src/lib/libcmd/
H A Djoin.c167 done(register Join_t* jp) function
203 done(jp);
919 done(jp);
929 done(jp);
947 done(jp);
964 done(jp);
977 done(jp);
982 done(jp);
/ast/src/cmd/nmake/
H A Doption.c1868 int done; local
1883 done = 0;
1887 if (!done && streq(argv[opt_info.index - 1], "--"))
1888 done = 1;
1894 if (!done && (*s == '-' || *s == '+') && *(s + 1))
H A Dcommand.c37 #define AFTER 0 /* done -- making after prereqs */
38 #define BEFORE 001 /* done -- before after prereqs */
81 List_t* prereqs; /* these must be done */
115 goto done;
126 goto done;
143 goto done;
158 done:
624 static int done(Joblist_t* job, int, Cojob_t*);
673 done(job, 0, NiL);
853 * all actions on behalf of job are done
860 done(register Joblist_t* job, int clear, Cojob_t* cojob) function
[all...]
/ast/src/cmd/pax/
H A Dpax-slt.c49 int done; /* label read done */ member in struct:Slt_s
118 if (slt->done || (c = paxread(pax, ap, slt->buf, (off_t)HDR_SIZE, (off_t)LABEL_MAX, 0)) < HDR_SIZE)
119 return *slt->last = slt->done = c = 0;
140 slt->done = 1;
H A Dpaxlib.h138 int (*done)(Pax_t*, Paxarchive_t*); member in struct:Paxformat_s
/ast/src/lib/libtksh/tcl/
H A DtclEvent.c242 int done; /* Non-zero means we're done: either one of member in struct:FileWait
359 * The remainder of the initialization below is done regardless
2054 int done, foundEvent;
2063 VwaitVarProc, (ClientData) &done) != TCL_OK) {
2066 done = 0;
2068 while (!done && foundEvent) {
2073 VwaitVarProc, (ClientData) &done);
2023 int done, foundEvent; local
/ast/src/lib/libast/comp/
H A Dsetlocale.c75 static int done = 0; local
77 if (!done)
79 done = 1;

Completed in 78 milliseconds

12