Searched refs:mark_for_update (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/syscons/
H A Dsctermvar.h73 mark_for_update(scp, y*scp->xsize);
74 mark_for_update(scp, scp->xsize*tail - 1);
87 mark_for_update(scp, y*scp->xsize);
88 mark_for_update(scp, scp->xsize*tail - 1);
103 mark_for_update(scp, scp->cursor_pos);
104 mark_for_update(scp, scp->cursor_pos + n + count - 1);
119 mark_for_update(scp, scp->cursor_pos);
120 mark_for_update(scp, scp->cursor_pos + n + count - 1);
219 mark_for_update(scp, scp->cursor_pos);
220 mark_for_update(sc
[all...]
H A Dscmouse.c255 mark_for_update(scp, i);
256 mark_for_update(scp, i);
263 mark_for_update(scp, i + (rows - 1) * scp->xsize + cols - 1);
293 mark_for_update(scp, scp->mouse_cut_start);
294 mark_for_update(scp, scp->mouse_cut_end);
425 mark_for_update(scp, scp->mouse_cut_start);
426 mark_for_update(scp, scp->mouse_cut_end);
428 mark_for_update(scp, scp->mouse_cut_end);
429 mark_for_update(scp, scp->mouse_cut_start);
435 mark_for_update(sc
[all...]
H A Dscterm-teken.c554 mark_for_update(scp, cursor);
559 mark_for_update(scp, imin(cursor + 1, scp->xsize * scp->ysize - 1));
597 mark_for_update(scp,
599 mark_for_update(scp,
666 mark_for_update(scp,
668 mark_for_update(scp,
H A Dscterm-sc.c375 mark_for_update(scp, scp->cursor_pos);
376 mark_for_update(scp, scp->cursor_pos + n - 1);
H A Dsyscons.h103 #define mark_for_update(scp, x) {\ macro

Completed in 204 milliseconds