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

/ast/src/cmd/coshell/
H A Devent.c199 Dtdisc_t condisc; /* connection dictionary discipline */ member in struct:State_s
958 State_t* state = (State_t*)((char*)disc - offsetof(State_t, condisc));
1127 state.condisc.link = offsetof(Event_t, link);
1128 state.condisc.freef = confree;
1129 if (!(state.connections = dtopen(&state.condisc, Dtlist)))

Completed in 12 milliseconds