OPEN
ctx->more_flags |= OPEN;
ctx->more_flags |= OPEN;
enum { LOCAL = 1, OPEN = 2,
ctx->more_flags |= OPEN;
*open_context = ctx->more_flags & OPEN;
if (sc->sc_state & OPEN) {
sc->sc_state = OPEN;
sc->sc_state |= OPEN;
sc->sc_state &= ~OPEN;
(sc->sc_state & OPEN))
if (state->ks_flags & OPEN) {
state->ks_flags |= OPEN;
state->ks_flags &= ~OPEN;
: OPEN FNAME { arscp_open($2); }
%token OPEN
PK_NAME_ELEM(NOTE_, OPEN),
s->state = OPEN;
s->state = (s->intr == -1)? W4INTR : OPEN;
s->state = (s->ctrl == -1)? W4CTRL : OPEN;
if (s->state == OPEN && session_run(s) < 0) {
STATUS(status, OPEN),