Home
last modified time | relevance | path

Searched refs:base_width (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.c1478 int base_width; in gui_get_base_width() local
1480 base_width = 2 * gui.border_offset; in gui_get_base_width()
1482 base_width += gui.scrollbar_width; in gui_get_base_width()
1484 base_width += gui.scrollbar_width; in gui_get_base_width()
1485 return base_width; in gui_get_base_width()
1650 int base_width; in gui_set_shellsize() local
1678 base_width = gui_get_base_width(); in gui_set_shellsize()
1684 width = Columns * gui.char_width + base_width; in gui_set_shellsize()
1692 Columns = (screen_w - base_width) / gui.char_width; in gui_set_shellsize()
1695 width = Columns * gui.char_width + base_width; in gui_set_shellsize()
[all …]
H A Dstrings.c2146 size_t base_width = min_field_width; in vim_vsnprintf_typval() local
2162 base_width = str_arg_l = precision = in vim_vsnprintf_typval()
2166 min_field_width = base_width + pad_cell; in vim_vsnprintf_typval()
H A Dgui_x11.c1701 int base_width, in gui_mch_set_shellsize() argument
1712 XtNbaseWidth, base_width, in gui_mch_set_shellsize()
H A Dgui_w32.c2949 int base_width, base_height; in gui_mswin_get_valid_dimensions() local
2951 base_width = gui_get_base_width() in gui_mswin_get_valid_dimensions()
2962 *cols = (w - base_width) / gui.char_width; in gui_mswin_get_valid_dimensions()
2964 *valid_w = base_width + *cols * gui.char_width; in gui_mswin_get_valid_dimensions()
5515 int base_width UNUSED, in gui_mch_set_shellsize()
H A Dgui_haiku.cc3489 int base_width, in gui_mch_set_shellsize() argument
3517 base_width, // int32 widthOffset = 0, in gui_mch_set_shellsize()
H A Dgui_photon.c1670 int min_width, int min_height, int base_width, int base_height, in gui_mch_set_shellsize() argument
H A Dgui_gtk_x11.c2937 geometry.base_width = width; in update_window_manager_hints()
4482 int base_width UNUSED, int base_height UNUSED, in gui_mch_set_shellsize()
/vim-8.2.3635/src/proto/
H A Dgui_x11.pro14 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
H A Dgui_gtk_x11.pro30 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
H A Dgui_photon.pro14 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
H A Dgui_w32.pro68 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…