Searched refs:s_width (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DInternal.c437 int s_width; /* Selection window width. */ local
500 s_width = max_s_label + (menu->s_fnt_pad << 1) + (menu->s_bdr_width << 1);
501 p_s_diff = p_width - s_width;
503 p_width = s_width + p_s_pad;
506 s_width = p_width - p_s_pad;
515 menu->s_width = s_width;
726 (s_ptr->window_w != menu->s_width) ||
736 s_ptr->window_w = menu->s_width;
782 s_ptr->label_x = s_ptr->window_x + menu->s_width
[all...]
H A DXMenu.h213 int s_width; /* Selection window width. */ member in struct:_xmenu
H A DCreate.c753 menu->s_width = 0;
/macosx-10.10.1/vim-55/src/
H A Dgui_riscos.c704 int s_width, s_height; local
712 gui_mch_get_screen_dimensions(&s_width, &s_height);
713 s_width -= base_width;
719 if (block[3] > s_width)
721 block[3] = s_width;

Completed in 90 milliseconds