Searched refs:mouse_face_end_row (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dmsdos.h69 int mouse_face_end_row, mouse_face_end_col;
68 int mouse_face_end_row, mouse_face_end_col; member in struct:display_info
H A Dmsdos.c703 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
1236 if (dpyinfo->mouse_face_end_row >= w->current_matrix->nrows)
1252 i <= dpyinfo->mouse_face_end_row;
1268 if (i == dpyinfo->mouse_face_end_row)
1351 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
1616 && y <= dpyinfo->mouse_face_end_row
1619 && (y < dpyinfo->mouse_face_end_row
1660 &dpyinfo->mouse_face_end_row);
1695 &dpyinfo->mouse_face_end_row);
1987 display_info->mouse_face_end_row
[all...]
H A Dmacterm.h126 int mouse_face_end_row, mouse_face_end_col; member in struct:mac_display_info
H A Dw32term.h176 int mouse_face_end_row, mouse_face_end_col;
174 int mouse_face_end_row, mouse_face_end_col; member in struct:w32_display_info
H A Dxterm.h232 int mouse_face_end_row, mouse_face_end_col;
229 int mouse_face_end_row, mouse_face_end_col; member in struct:x_display_info
H A Dxdisp.c10091 && *vpos <= dpyinfo->mouse_face_end_row
10094 && (*vpos < dpyinfo->mouse_face_end_row
10237 dpyinfo->mouse_face_end_row = vpos;
21680 && (vpos < dpyinfo->mouse_face_end_row
21681 || (vpos == dpyinfo->mouse_face_end_row
21900 && dpyinfo->mouse_face_end_row < w->current_matrix->nrows)
21906 last = MATRIX_ROW (w->current_matrix, dpyinfo->mouse_face_end_row);
21983 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
22007 && vpos <= dpyinfo->mouse_face_end_row
22010 && (vpos < dpyinfo->mouse_face_end_row
[all...]
H A Dw32term.c561 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
5933 dpyinfo->mouse_face_end_row
6149 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
H A Dmacterm.c2075 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
6667 dpyinfo->mouse_face_end_row
11710 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
H A Dxterm.c593 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;
9412 dpyinfo->mouse_face_end_row
10769 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_end_col = -1;

Completed in 170 milliseconds