Home
last modified time | relevance | path

Searched refs:vimShell (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_x11.c86 Widget vimShell = (Widget)0; variable
1390 XtSetValues(vimShell, arg, (Cardinal)2); in gui_mch_init()
1438 dsp = XtDisplay(vimShell); in gui_mch_init()
1439 scr = XtScreen(vimShell); in gui_mch_init()
1494 vimShell = (Widget)0; in gui_mch_uninit()
1535 XtRealizeWidget(vimShell); in gui_mch_open()
1565 commWindow = XtWindow(vimShell); in gui_mch_open()
1673 XtVaGetValues(vimShell, in gui_mch_get_winpos()
1689 XtVaSetValues(vimShell, in gui_mch_set_winpos()
1708 XtVaSetValues(vimShell, in gui_mch_set_shellsize()
[all …]
H A Dgui_athena.c43 extern Widget vimShell;
240 formWidgetClass, vimShell, in gui_x11_create_widgets()
765 simpleMenuWidgetClass, vimShell, in gui_mch_add_menu()
993 XtVaGetValues(vimShell, in gui_mch_new_menu_font()
1786 if (XQueryPointer(gui.dpy, XtWindow(vimShell), &root, &child, in gui_mch_show_popupmenu()
2019 XtTranslateCoords(vimShell, (Position)0, (Position) in gui_mch_browse()
2026 return (char_u *)vim_SelFile(vimShell, (char *)title, (char *)dirbuf, in gui_mch_browse()
2121 transientShellWidgetClass, vimShell, in gui_mch_dialog()
2224 XtVaGetValues(vimShell, in gui_mch_dialog()
2228 XtTranslateCoords(vimShell, in gui_mch_dialog()
H A Dgui_motif.c64 extern Widget vimShell;
411 XtVaSetValues(vimShell, XmNdeleteResponse, XmDO_NOTHING, NULL); in gui_x11_create_widgets()
414 xmFormWidgetClass, vimShell, in gui_x11_create_widgets()
1482 XtVaGetValues(vimShell, XtNwidth, &w, XtNheight, &h, NULL); in gui_mch_new_menu_font()
2250 dialog_wgt = XmCreateFileSelectionDialog(vimShell, "browseDialog", NULL, 0); in gui_mch_browse()
2536 dialogform = XmCreateFormDialog(vimShell, (char *)"dialog", NULL, 0); in gui_mch_dialog()
3683 frdp->dialog = XmCreateFormDialog(vimShell, "findReplaceDialog", args, n); in find_replace_dialog_create()
H A Dgui_xmdlg.c41 extern Widget vimShell;
871 parent = vimShell; in gui_xm_select_font()
H A Dgui_beval.c46 extern Widget vimShell;