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

/ast/src/lib/libtk/generic/
H A DtkGrab.c993 #define QUEUE(w, t, d) \
1013 QUEUE(sourcePtr, leaveType, NotifyAncestor);
1016 QUEUE(winPtr, leaveType, NotifyVirtual);
1020 QUEUE(destPtr, enterType, NotifyInferior);
1029 QUEUE(sourcePtr, leaveType, NotifyInferior);
1036 QUEUE(winPtr, enterType, NotifyVirtual);
1039 QUEUE(destPtr, enterType, NotifyAncestor);
1049 QUEUE(sourcePtr, leaveType, NotifyNonlinear);
1052 QUEUE(winPtr, leaveType, NotifyNonlinearVirtual);
1060 QUEUE(winPt
986 #define QUEUE macro
[all...]
/ast/src/cmd/coshell/
H A Dservice.h181 #define QUEUE (-1) /* waiting for shell to open */ macro
H A Djob.c170 if (jp->pid == QUEUE && (sp->fd > 0 || sp == &state.wait))
H A Dshell.c308 jp->pid = QUEUE;
H A Dcommand.c576 case QUEUE:
577 t = "QUEUE";

Completed in 47 milliseconds