Lines Matching refs:state
43 unsigned int state;
62 /* raw3270->state */
63 #define RAW3270_STATE_INIT 0 /* Initial state */
115 return rp->state == RAW3270_STATE_READY;
181 * Reset request to initial state.
360 if (rp->state > RAW3270_STATE_RESET)
557 rp->state = RAW3270_STATE_READY;
572 if (rp->state != RAW3270_STATE_W4ATTN)
583 rp->state = RAW3270_STATE_READMOD;
601 rp->state = RAW3270_STATE_W4ATTN;
612 if (rp->state != RAW3270_STATE_RESET)
616 rp->state = RAW3270_STATE_INIT;
641 if (rc == 0 && rp->state == RAW3270_STATE_INIT)
642 rp->state = RAW3270_STATE_RESET;
678 rp->state = RAW3270_STATE_INIT;
791 return rp->state == RAW3270_STATE_INIT ||
792 rp->state == RAW3270_STATE_READY;
830 } while (rp->state != RAW3270_STATE_READY);