Searched refs:pending (Results 126 - 142 of 142) sorted by relevance

123456

/macosx-10.9.5/vim-53/src/
H A Dstructs.h680 char cs_pending[CSTACK_LEN]; /* CSTP_: what's pending in ":finally"*/
682 void *csp_rv[CSTACK_LEN]; /* return typeval for pending return */
683 void *csp_ex[CSTACK_LEN]; /* exception for pending throw */
713 * What's pending for being reactivated at the ":endtry" of this try
716 # define CSTP_NONE 0 /* nothing pending in ":finally" clause */
717 # define CSTP_ERROR 1 /* an error is pending */
718 # define CSTP_INTERRUPT 2 /* an interrupt is pending */
719 # define CSTP_THROW 4 /* a throw is pending */
720 # define CSTP_BREAK 8 /* ":break" is pending */
721 # define CSTP_CONTINUE 16 /* ":continue" is pending */
776 int pending; /* error/interrupt/exception state */ member in struct:cleanup_stuff
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dtrees.c1138 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c2594 boolean_t pending = FALSE; local
2605 pending = TRUE;
2609 if (pending == TRUE) {
2612 pending = FALSE;
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dbridgestp.c1813 bstp_notify_state(void *arg, __unused int pending) argument
1827 bstp_notify_rtage(void *arg, __unused int pending) argument
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DTransport.pm605 When this method is called, it attempts to read a pending message from the request-queue stored on the requestqueue attribute. The message itself is passed to the handle method of the superclass, and the result from that operation is enqueued to the replyqueue object. This process loops until no more messages are present in the request queue. The return value is the number of messages processed. The reads from the request queue are done in a nonblocking fashion, so if there is no message pending, the method immediately returns with a value of zero.
/macosx-10.9.5/zlib-53/zlib/
H A Dtrees.c1115 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup6671 this button will cancel all pending data changes for this entry. It
6675 this button will cause all of the pending data changes to take
6718 this button will cancel all pending data changes for this attribute. It
6723 the pending data change queue.
6757 the pending data change queue and close the window.
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c308 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
577 xmlSchemaItemListPtr pending; /* All Components of all schemas that member in struct:_xmlSchemaConstructionCtxt
5532 * Note that addition to pending components will be done locally
7758 /* Add to pending items, to be able to resolve the reference. */
8580 * Add the particle to pending components, since the reference
9894 if (con->pending != NULL)
9895 xmlSchemaItemListFree(con->pending);
9927 ret->pending = xmlSchemaItemListCreate();
9928 if (ret->pending == NULL) {
9930 "allocating list of pending globa
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c308 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
577 xmlSchemaItemListPtr pending; /* All Components of all schemas that member in struct:_xmlSchemaConstructionCtxt
5513 * Note that addition to pending components will be done locally
7739 /* Add to pending items, to be able to resolve the reference. */
8561 * Add the particle to pending components, since the reference
9875 if (con->pending != NULL)
9876 xmlSchemaItemListFree(con->pending);
9908 ret->pending = xmlSchemaItemListCreate();
9909 if (ret->pending == NULL) {
9911 "allocating list of pending globa
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js13194 this.pending = false;
13204 if (!this.pending) {
13205 this.pending = true;
13208 _self.pending = false;
/macosx-10.9.5/ksh-20/ksh/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; 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; 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.c1302 Bytef *pending_buf; /* output still pending */
1304 Bytef *pending_out; /* next pending byte to output to the stream */
1305 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
1473 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dzone.c2925 int trusted = 0, revoked = 0, pending = 0; local
2957 * If the add timer is still pending, this key is not
2961 pending++;
2973 if (trusted == 0 && pending != 0) {
2979 "%d key(s) revoked, %d still pending",
2980 revoked, pending);
3012 * Merge it into the current pending journal entry.
7367 int pending = 0; local
7657 pending++;
7747 * see if there's pending keydat
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/extra/
H A Dconsole1_1.tcl1568 set unknown_pending($name) pending;
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim2003 au BufRead,BufNewFile {pending,completed,undo}.data setf taskdata
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbaan.vim1222 syn keyword baanBshell pending.events
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl4932 set unknown_pending($name) pending

Completed in 581 milliseconds

123456