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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXint.h76 XDPSStatusProc statusProc; member in struct:_t_DPSPrivContextRec
H A DdpsXclient.c837 XDPSStatusProc XDPSRegisterStatusProc (ctxt, statusProc)
839 XDPSStatusProc statusProc;
842 XDPSStatusProc old = c->statusProc;
844 if (c->wh != NIL) c->statusProc = statusProc;
916 if (c->statusProc != NIL)
917 (*(c->statusProc)) ((DPSContext) c, e->status);

Completed in 12 milliseconds