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

/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DCreate.c173 int s_height; /* Selection window height. */ local
625 s_height = s_fnt_height + (s_fnt_pad << 1) + (s_bdr_width << 1);
626 s_y_off = s_height;
754 menu->s_height = s_height;
H A DXMenu.h214 int s_height; /* Selection window height. */ member in struct:_xmenu
H A DInternal.c727 (s_ptr->window_h != menu->s_height)
737 s_ptr->window_h = menu->s_height;
850 l_orig_y = y_pos - (menu->s_height >> 1);
/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);
714 s_height -= base_height; /* Underestimate - ignores titlebar */

Completed in 99 milliseconds