Lines Matching refs:Display
33 char * sendToVim(Display *dpy, char *name, char *cmd, int asKeys, int *code);
71 static int x_error_check(Display *dpy, XErrorEvent *error_event);
72 static int AppendPropCarefully(Display *display,
74 static Window LookupName(Display *dpy, char *name,
76 static int SendInit(Display *dpy);
77 static char *SendEventProc(Display *dpy, XEvent *eventPtr,
98 Display *dpy, /* Where to send. */ in sendToVim()
248 SendInit(Display *dpy) in SendInit()
292 Display *dpy, /* Display whose registry to check. */ in LookupName()
399 Display *dpy, in SendEventProc()
538 Display *dpy, /* Display on which to operate. */ in AppendPropCarefully()
562 x_error_check(Display *dpy, XErrorEvent *error_event) in x_error_check()