Searched defs:events (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcs/
H A Dcspoll.c50 register int events; local
73 events = width = 0;
79 if (pp->events & CS_POLL_READ)
81 events |= CS_POLL_READ;
84 if (pp->events & CS_POLL_WRITE)
86 events |= CS_POLL_WRITE;
89 if (pp->events & CS_POLL_CONTROL)
91 events |= CS_POLL_CONTROL;
97 if (!(events & CS_POLL_WRITE))
100 if (!(events
[all...]
/ast/src/cmd/sortlib/sync/
H A Dsync.c167 if ((rs->type & RS_IGNORE) && (disc->events & (RS_SUMMARY|RS_WRITE)))
388 unsigned long events; local
399 events = RS_OPEN|RS_POP;
588 events |= RS_OPEN;
590 events |= RS_READ;
592 events |= RS_WRITE;
613 events |= RS_SUMMARY;
616 events |= RS_WRITE;
663 state->disc.events = events;
[all...]
/ast/src/lib/librecsort/
H A Drecsort.h66 Rsevent_f eventf; /* to announce various events */
67 unsigned long events; /* events to announce */ member in struct:_rsdisc_s
145 /* events */
/ast/src/cmd/jcl/
H A Djcm.c149 Dt_t* events; member in struct:State_s
382 if (event = (Jcmevent_t*)dtmatch(state.events, s))
397 dtinsert(state.events, event);
668 if (!(state.events = dtopen(&state.eventdisc, Dtoset)) ||
/ast/src/cmd/pax/
H A Dpaxlib.h154 unsigned long events; member in struct:Paxformat_s
/ast/src/cmd/coshell/
H A Devent.c43 "line requests must be separated by \b:\b. In the following events "
46 "[+all \aconnection\a?Raise all pending events for the "
49 "delete from the database. This allows the events to be matched "
54 "then clients are not notified about the those events until they "
56 "events are specified then all current and future events will be "
59 "[+info?List the server status pending events by client "
62 "the first event. If \apattern\a is specified then only events "
88 "[n:newer?Match events newer than \adate\a. If \b--older\b is also "
90 "[o:older?Match events olde
211 Dt_t* events; /* outstanding events dictionary */ member in struct:State_s
[all...]

Completed in 129 milliseconds