Home
last modified time | relevance | path

Searched refs:x11_display (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_xim.c1305 Display *x11_display; in xim_instantiate_cb() local
1311 gui_get_x11_windis(&x11_window, &x11_display); in xim_instantiate_cb()
1312 if (display != x11_display) in xim_instantiate_cb()
1315 xim_real_init(x11_window, x11_display); in xim_instantiate_cb()
1329 Display *x11_display; in xim_destroy_cb() local
1334 gui_get_x11_windis(&x11_window, &x11_display); in xim_destroy_cb()
1350 Display *x11_display; in xim_init() local
1356 gui_get_x11_windis(&x11_window, &x11_display); in xim_init()
1360 if (xim_real_init(x11_window, x11_display)) in xim_init()
1424 xim = XOpenIM(x11_display, NULL, NULL, NULL); in xim_real_init()
[all …]
H A Dos_unix.c1230 if (x11_display != NULL) in loose_clipboard()
1231 XFlush(x11_display); in loose_clipboard()
1694 x11_display = NULL; in x_IOerror_handler()
1826 x11_display = NULL; in get_x11_windis()
1833 x11_display = NULL; in get_x11_windis()
1875 x11_display = NULL; in get_x11_windis()
1919 if (x11_display != NULL) in get_x11_windis()
1934 x11_display = NULL; in get_x11_windis()
2124 XFlush(x11_display); in set_x11_title()
2159 XFlush(x11_display); in set_x11_icon()
[all …]
H A Dgui.c198 Display *x11_display; in gui_attempt_start() local
200 if (gui_get_x11_windis(&x11_window, &x11_display) == OK) in gui_attempt_start()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt4267 because argv[] has been freed and x11_display was reset to NULL.