Searched refs:text_area_y (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui.c1142 int text_area_y; local
1153 text_area_y = 0;
1157 text_area_y += gui.menu_height;
1161 text_area_y = TOOLBAR_BUTTON_HEIGHT + TOOLBAR_BORDER_HEIGHT;
1167 text_area_y += gui.tabline_height;
1174 gui_mch_set_toolbar_pos(0, text_area_y,
1177 text_area_y += gui.toolbar_height;
1185 text_area_y,
1198 text_area_y + text_area_height,
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddispnew.c6378 int text_area_x, text_area_y, text_area_width, text_area_height;
6380 window_box (w, TEXT_AREA, &text_area_x, &text_area_y, &text_area_width,
6384 if (w->cursor.y >= text_area_y + text_area_height)
6357 int text_area_x, text_area_y, text_area_width, text_area_height; local

Completed in 187 milliseconds