Searched refs:pending (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libpp/
H A Dppline.c78 if (pp.pending == pppendout() || pplastout() != '\n')
85 pp.pending = pppendout();
H A Dppmacref.c57 pp.pending = pppendout();
H A Dpplib.h251 int pending; /* ppline() pending output */ \
/ast/src/lib/libtk/generic/
H A DtkSend.c885 PendingCommand pending;
1047 (async) ? (PendingCommand *) NULL : &pending);
1066 pending.serial = tkSendSerial;
1067 pending.dispPtr = dispPtr;
1068 pending.target = destName;
1069 pending.commWindow = commWindow;
1070 pending.interp = interp;
1071 pending.result = NULL;
1072 pending.errorInfo = NULL;
1073 pending
876 PendingCommand pending; local
[all...]
/ast/src/lib/libz/
H A Ddeflate.c372 s->pending = 0;
514 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
527 * Flush as much pending output as possible. All deflate() output goes
535 unsigned len = strm->state->pending;
545 strm->state->pending -= len;
546 if (strm->state->pending == 0) {
617 s->pending);
654 uInt beg = s->pending; /* start of bytes to update crc */
657 if (s->pending == s->pending_buf_size) {
658 if (s->gzhead->hcrc && s->pending > be
[all...]
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
H A Dtrees.c1111 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
/ast/src/cmd/at/
H A Datd.c69 int pending; member in struct:__anon33
82 int pending; member in struct:__anon34
98 int pending; member in struct:__anon35
154 int pending; /* total pending jobs */ member in struct:__anon39
499 job->owner->pending++;
500 job->owner->user->pending++;
501 job->queue->pending++;
502 state->pending++;
526 job->owner->pending
[all...]
/ast/src/cmd/re/
H A Ded.c164 int pending; member in struct:__anon200
268 else if (!ed.pending)
269 ed.pending = sig;
1230 if (ed.pending)
1231 ed.caught = ed.pending;
/ast/src/lib/libtksh/lib/tksh7.6/
H A Dinit.tcl82 set unknown_pending($name) pending;
/ast/src/cmd/INIT/
H A Dproto.c385 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppglobals
437 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppcontext
H A Dratz.c1307 Bytef *pending_buf; /* output still pending */
1309 Bytef *pending_out; /* next pending byte to output to the stream */
1310 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
1478 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}

Completed in 88 milliseconds