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

/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dengine.c246 int curstate = ST_INIT; local
262 curstate = ctx->ctx_state;
263 if (curstate == ST_INIT)
276 call_abort = ST_IN_MAIL(curstate);
357 curstate, newstate, next_states[curstate]);
359 if (newstate != ST_NONE && !trans_ok(curstate, newstate))
364 curstate, MI_MASK(curstate),
366 next_states[curstate]);
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c292 struct Status * curstate; variable in typeref:struct:Status
583 for (curstate = statelst; curstate; curstate = curstate->nextstatus)
584 changed |= rcs_setstate(curstate->revno,curstate->status);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c2376 if (d->curstate == 0) {
2379 } else if (d->curstate % 2 == 0) {
2380 begin = d->curstate - 1;
2381 end = d->curstate + 1;
2383 begin = d->curstate - 2;
2384 end = d->curstate + 2;
2393 d->curstate = i;
2420 d->curstate = i;
2457 d.curstate = 0;
2459 KASSERT(d.curstate >
[all...]
H A Dif_bwnvar.h875 int curstate; member in struct:bwn_lo_g_sm

Completed in 129 milliseconds