Searched defs:agent (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DDPSCAPClient.h73 /* shadow connection to agent */
74 Display *agent; /* Dummy display structure is agent */ member in struct:_t_DPSCAPData
92 struct _t_DPSCAPData *head; /* list of active agent connections */
93 char *defaultAgentName; /* settable agent name */
94 char *map[_NFILE]; /* map DPY_NUMBER to agent name */
109 extern void DPSCAPChangeGC(Display * /* agent */, GC /* gc */, unsigned long /* valuemask */, XGCValues * /* values */);
111 extern DPSCAPData DPSCAPCreate(Display * /* dpy */, Display * /* agent */);
131 extern void DPSCAPCloseAgent(Display * /* agent */);
H A Dcsopendi.c2 * csopendi.c -- open connection to CSDPS agent
153 register Display *agent; local
170 * Find an agent to talk to.
201 (void) DPSWarnProc(NULL, "Auto-launching DPS NX agent.");
226 transport/port, unless agent changes to take this
279 if ((agent = (Display *)Xcalloc(1, sizeof(Display))) == NULL) {
289 if ((agent->fd = DPSCAPConnect(display_name, &fullname, &idisplay,
292 Xfree ((char *) agent);
387 agent->lock_meaning = NoSymbol;
390 agent
558 DPSCAPCloseAgent(Display *agent) argument
[all...]
H A Dcslibext.c85 DPSCAPFlushAfterProc(Display *agent) argument
87 LockDisplay(agent);
88 N_XFlush(agent);
89 UnlockDisplay(agent);
99 register Display *agent; local
131 && (agent = XDPSLGetShunt(dpy))
132 && agent != dpy
149 /* Try to open a connection to an agent */
167 agent = my->agent;
385 DPSCAPChangeGC( register Display *agent, GC gc, unsigned long valuemask, XGCValues *values) argument
481 DPSCAPCreate( Display *dpy, Display *agent) argument
558 DPSCAPWrite( Display *agent, char *buf, unsigned len, DPSCAPIOFlags writePad, DPSCAPIOFlags bufMode) argument
[all...]
H A DXDPS.c116 /* For debugging, allows client to force the library to use an agent */
154 static void DPSCAPInitGC(Display *dpy, Display *agent, GC gc);
1464 the side-effect of synching agent and server connections.
1520 /* +++ Consider using agent->synchandler to store old proc */
1736 /* first send notification to agent */
1746 /* agent should send a ClientMessage, so wait for it */
1752 /* now client, agent, and server are synchronized */
1861 /* Clear agent args */
1912 register Display *agent = ShuntMap[dpyix = DPY_NUMBER(dpy)]; local
1920 GCFlushMode[dpyix] = (agent
2084 DPSCAPInitGC(Display *dpy, Display *agent, GC gc) argument
[all...]

Completed in 18 milliseconds