Searched refs:base_width (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui.c | 1478 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 D | strings.c | 2146 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 D | gui_x11.c | 1701 int base_width, in gui_mch_set_shellsize() argument 1712 XtNbaseWidth, base_width, in gui_mch_set_shellsize()
|
| H A D | gui_w32.c | 2949 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 D | gui_haiku.cc | 3489 int base_width, in gui_mch_set_shellsize() argument 3517 base_width, // int32 widthOffset = 0, in gui_mch_set_shellsize()
|
| H A D | gui_photon.c | 1670 int min_width, int min_height, int base_width, int base_height, in gui_mch_set_shellsize() argument
|
| H A D | gui_gtk_x11.c | 2937 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 D | gui_x11.pro | 14 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
|
| H A D | gui_gtk_x11.pro | 30 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
|
| H A D | gui_photon.pro | 14 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
|
| H A D | gui_w32.pro | 68 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
|