Searched refs:current_status (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.c74 idn_teststatus_t current_status; member in struct:idn_testsuite
108 ctx->current_status = idn_teststatus_pass;
211 ctx->current_status = idn_teststatus_pass;
235 status = idn_teststatus_tostring(ctx->current_status);
241 switch (ctx->current_status) {
288 return (ctx->current_status);
298 ctx->current_status = status;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c1126 int current_status = cp->status; local
1128 if (current_status == STATUS_READ_ACKNOWLEDGED)
1142 current_status = cp->status;
1148 current_status = cp->status;
1149 if (current_status != STATUS_READ_SUCCEEDED
1150 && current_status != STATUS_READ_FAILED)
1152 current_status));
1161 if (current_status != STATUS_READ_READY
1162 && current_status != STATUS_READ_IN_PROGRESS
1163 && current_status !
[all...]
H A Dw32.c3763 int current_status = cp->status;
3765 switch (current_status)
3792 DebPrint (("sys_read: bad status %d\n", current_status));
3761 int current_status = cp->status; local
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dtimer.rb231 def current_status method in class:TkTimer

Completed in 145 milliseconds