Searched refs:X_DISPLAY (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | clientserver.c | 238 if (X_DISPLAY != NULL && parmp->servername != NULL && ( in prepare_server() 253 (void)serverRegisterName(X_DISPLAY, parmp->servername); in prepare_server() 694 if (X_DISPLAY == NULL in make_connection() 710 if (X_DISPLAY == NULL) in check_connection() 752 if (serverSendToVim(X_DISPLAY, server_name, keys, &r, &w, expr, timeout, in remote_common() 877 rettv->vval.v_number = serverPeekReply(X_DISPLAY, in f_remote_peek() 929 || serverReadReply(X_DISPLAY, serverStrToWin(serverid), in f_remote_read() 980 serverRegisterName(X_DISPLAY, server); in f_remote_startserver() 1038 if (X_DISPLAY != NULL) in f_serverlist() 1039 r = serverGetVimNames(X_DISPLAY); in f_serverlist()
|
| H A D | vim.h | 2394 # define X_DISPLAY ((gui.in_use) ? gui_mch_get_display() : xterm_dpy) macro 2396 # define X_DISPLAY (gui.in_use ? gui.dpy : xterm_dpy) macro 2401 # define X_DISPLAY ((gui.in_use) ? gui_mch_get_display() : (Display *)NULL) macro 2403 # define X_DISPLAY gui.dpy macro 2406 # define X_DISPLAY xterm_dpy macro
|
| H A D | clipboard.c | 1230 return XGetSelectionOwner(X_DISPLAY, cbd->sel_atom) != None; in clip_x11_owner_exists() 1491 conv_result = XmbTextListToTextProperty(X_DISPLAY, (char **)&string_nt, in clip_x11_convert_selection_cb() 1674 status = Xutf8TextPropertyToTextList(X_DISPLAY, &text_prop, in clip_x11_request_selection_cb() 1678 status = XmbTextPropertyToTextList(X_DISPLAY, &text_prop, in clip_x11_request_selection_cb() 1924 dpy = X_DISPLAY; in x11_export_final_selection()
|
| H A D | if_xcmdsrv.c | 740 Display *dpy = X_DISPLAY; in serverSendReply() 1186 if (!X_DISPLAY) in server_parse_messages() 1193 server_parse_message(X_DISPLAY, node->propInfo, node->len); in server_parse_messages()
|