Searched refs:newstate (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/enc/trans/
H A Diso2022.c323 int newstate; local
326 newstate = G0_ASCII;
328 newstate = G0_JISX0208_1978;
330 newstate = G0_JISX0208_1983;
332 if (*sp != newstate) {
333 if (newstate == G0_ASCII) {
338 else if (newstate == G0_JISX0208_1978) {
348 *sp = newstate;
565 int newstate; local
568 newstate
[all...]
H A Demoji_iso2022_kddi.c15105 int newstate; local
15108 newstate = G0_ASCII;
15110 newstate = G0_JISX0208_1978;
15112 newstate = G0_JISX0208_1983;
15114 if (*sp != newstate) {
15116 switch (newstate) {
15130 *sp = newstate;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregex_internal.c1568 register_state (const re_dfa_t *dfa, re_dfastate_t *newstate,
1575 newstate->hash = hash;
1576 err = re_node_set_alloc (&newstate->non_eps_nodes, newstate->nodes.nelem);
1579 for (i = 0; i < newstate->nodes.nelem; i++)
1581 Idx elem = newstate->nodes.elems[i];
1583 if (BE (! re_node_set_insert_last (&newstate->non_eps_nodes, elem), 0))
1598 spot->array[spot->num++] = newstate;
1628 re_dfastate_t *newstate;
1630 newstate
1565 register_state(const re_dfa_t *dfa, re_dfastate_t *newstate, re_hashval_t hash) argument
1625 re_dfastate_t *newstate; local
1675 re_dfastate_t *newstate; local
[all...]
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Dxchat.c83 char *newstate; /* new state name */ member in struct:script
92 int newstate; /* one of SC_NONE, SC_NWST */ member in struct:script_opdef
124 #define SC_TIMO 25 /* newstate if no match in intparam secs */
404 if (loc->newstate != (char *)NULL)
405 free(loc->newstate);
467 this->newstate = (char *)NULL;
497 this->newstate = (char *)NULL;
523 this->newstate = (char *)NULL;
528 if (sc_opdef[i].newstate == SC_NWST)
539 this->newstate
730 struct script *curstate, *newstate, *curscr; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregcomp.c116 static struct state *newstate(struct nfa *);
613 s2 = newstate(nfa);
669 left = newstate(v->nfa);
670 right = newstate(v->nfa);
740 lp = newstate(v->nfa);
835 s = newstate(v->nfa);
842 s = newstate(v->nfa);
849 s = newstate(v->nfa);
853 s = newstate(v->nfa);
860 s = newstate(
[all...]
H A Dregc_nfa.c69 nfa->init = newstate(nfa); /* May become invalid later. */
70 nfa->final = newstate(nfa);
176 - newstate - allocate an NFA state, with zero flag value
177 ^ static struct state *newstate(struct nfa *);
180 newstate(
243 s = newstate(nfa);
775 s->tmp = (stmp == NULL) ? newstate(nfa) : stmp;
985 s = newstate(nfa);
1011 s = newstate(nfa);
1147 s = newstate(nf
174 newstate( function
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregcomp.c119 static struct state *newstate _ANSI_ARGS_((struct nfa *));
567 s2 = newstate(nfa);
618 left = newstate(v->nfa);
619 right = newstate(v->nfa);
683 lp = newstate(v->nfa);
772 s = newstate(v->nfa);
780 s = newstate(v->nfa);
788 s = newstate(v->nfa);
792 s = newstate(v->nfa);
800 s = newstate(
[all...]
H A Dregc_nfa.c71 nfa->init = newstate(nfa); /* may become invalid later */
72 nfa->final = newstate(nfa);
169 - newstate - allocate an NFA state, with zero flag value
170 ^ static struct state *newstate(struct nfa *);
173 newstate(nfa) function
230 s = newstate(nfa);
706 s->tmp = (stmp == NULL) ? newstate(nfa) : stmp;
890 s = newstate(nfa);
912 s = newstate(nfa);
1031 s = newstate(nf
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dclient.c147 * To force the client into a less active state, set client->newstate
195 * Sentinel value used to indicate "no state". When client->newstate
278 if (client->state <= client->newstate)
281 INSIST(client->newstate < NS_CLIENTSTATE_WORKING);
295 client->newstate == NS_CLIENTSTATE_FREED && client->view != NULL)
299 INSIST(client->newstate <= NS_CLIENTSTATE_READING);
344 if (NS_CLIENTSTATE_READING == client->newstate) {
346 client->newstate = NS_CLIENTSTATE_MAX;
357 INSIST(client->newstate <= NS_CLIENTSTATE_READY);
397 if (NS_CLIENTSTATE_READY == client->newstate) {
690 int newstate; local
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Djob.h161 ipp_jstate_t newstate,
H A Djob.c2393 ipp_jstate_t newstate, /* I - New job state */
2405 "cupsdSetJobState(job=%p(%d), state=%d, newstate=%d, "
2407 newstate, action, message ? message : "(null)");
2423 if (newstate == oldstate && action != CUPSD_JOB_PURGE)
2437 job->state_value = newstate;
2440 job->state->values[0].integer = newstate;
2442 switch (newstate)
2483 if (newstate > IPP_JOB_STOPPED)
2488 if (newstate == IPP_JOB_STOPPED || newstate
2391 cupsdSetJobState( cupsd_job_t *job, ipp_jstate_t newstate, cupsd_jobaction_t action, const char *message, ...) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/include/named/
H A Dclient.h92 int newstate; member in struct:ns_client
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Deasy.c687 int newstate = k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); local
690 newstate |= ((action & CURLPAUSE_RECV)?KEEP_RECV_PAUSE:0) |
694 k->keepon = newstate;
696 if(!(newstate & KEEP_RECV_PAUSE) && data->state.tempwrite) {
H A Dimap.c478 static void state(struct connectdata *conn, imapstate newstate) argument
509 if(imapc->state != newstate)
511 imapc, names[imapc->state], names[newstate]);
514 imapc->state = newstate;
H A Dpop3.c344 static void state(struct connectdata *conn, pop3state newstate) argument
372 if(pop3c->state != newstate)
374 pop3c, names[pop3c->state], names[newstate]);
377 pop3c->state = newstate;
H A Dsmtp.c296 static void state(struct connectdata *conn, smtpstate newstate) argument
325 if(smtpc->state != newstate)
327 smtpc, names[smtpc->state], names[newstate]);
330 smtpc->state = newstate;
H A Dtelnet.c367 void set_remote_option(struct connectdata *conn, int option, int newstate) argument
370 if(newstate == CURL_YES) {
531 set_local_option(struct connectdata *conn, int option, int newstate) argument
534 if(newstate == CURL_YES) {
H A Dftp.c106 ftpstate newstate);
110 ftpstate newstate,
131 bool ascii, ftpstate newstate);
781 ftpstate newstate
829 if(ftpc->state != newstate)
831 ftpc, lineno, names[ftpc->state], names[newstate]);
833 ftpc->state = newstate;
3576 * If the transfer type is not sent, simulate on OK response in newstate
3579 bool ascii, ftpstate newstate)
3586 state(conn, newstate);
3578 ftp_nb_type(struct connectdata *conn, bool ascii, ftpstate newstate) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl1159 set newstate [FindNewState $fa $prefix]
1160 $fa state add $newstate
1161 return $newstate
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlregexp.c1602 xmlRegStatePtr inter, newstate; local
1608 newstate = to;
1610 newstate = xmlRegNewState(ctxt);
1611 xmlRegStatePush(ctxt, newstate);
1626 * newstate.
1650 newstate, counter);
1653 newstate);
1668 newstate, counter);
1672 newstate);
1678 ctxt->state = newstate;
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c1598 xmlRegStatePtr inter, newstate; local
1604 newstate = to;
1606 newstate = xmlRegNewState(ctxt);
1607 xmlRegStatePush(ctxt, newstate);
1622 * newstate.
1646 newstate, counter);
1649 newstate);
1664 newstate, counter);
1668 newstate);
1674 ctxt->state = newstate;
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6.c2918 int newstate = 0; local
3008 newstate = ND6_LLINFO_STALE;
3014 newstate = ND6_LLINFO_NOSTATE;
3016 newstate = ND6_LLINFO_STALE;
3023 ln->ln_state = newstate;
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-engine.el2312 (let* ((newstate (list nil))
2313 (ptr newstate)
2322 (cdr newstate)))
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c4587 uint32_t options, uint32_t *newstate, int *eofflag, uint32_t *actualcount, vfs_context_t ctx)
4601 a.a_newstate = newstate;
4586 VNOP_READDIRATTR(struct vnode *vp, struct attrlist *alist, struct uio *uio, uint32_t maxcount, uint32_t options, uint32_t *newstate, int *eofflag, uint32_t *actualcount, vfs_context_t ctx) argument
H A Dvfs_syscalls.c7257 uint32_t newstate; local
7335 (u_long)(uint32_t)uap->options, &newstate, &eofflag, &count, ctx);
7376 if ((error = copyout((caddr_t) &newstate, uap->newstate, sizeof(newstate))))

Completed in 509 milliseconds