Lines Matching refs:Y_2_ROW
2705 row1 = Y_2_ROW(y); in gui_redraw()
2707 row2 = Y_2_ROW(y + h - 1); in gui_redraw()
3169 clip_process_selection(button, X_2_COL(x), Y_2_ROW(y), repeated_click); in gui_send_mouse_event()
3198 if (Y_2_ROW(y) >= msg_row) in gui_send_mouse_event()
3210 if (Y_2_ROW(y) < cmdline_row && button != MOUSE_MIDDLE) in gui_send_mouse_event()
3227 && Y_2_ROW(y) >= topframe->fr_height + firstwin->w_winrow in gui_send_mouse_event()
3291 clip_process_selection(button, X_2_COL(x), Y_2_ROW(y), in gui_send_mouse_event()
3298 clip_start_selection(X_2_COL(x), Y_2_ROW(y), repeated_click); in gui_send_mouse_event()
3406 int row = check_row(Y_2_ROW(y)); in gui_xy2colrow()
4914 if (Y_2_ROW(y) < tabline_height()) in gui_mouse_focus()
4984 && y >= 0 && Y_2_ROW(y) >= tabline_height()) in gui_mouse_window()
5020 row = Y_2_ROW(y); in xy2win()
5030 if (Y_2_ROW(y) >= msg_row) in xy2win()
5478 int row = Y_2_ROW(y); in gui_wingoto_xy()