Home
last modified time | relevance | path

Searched refs:sc_term_del_line (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dsctermvar.h36 static __inline void sc_term_del_line(scr_stat *scp, int y, int n, int ch,
76 sc_term_del_line(scr_stat *scp, int y, int n, int ch, int attr, int tail) in sc_term_del_line() function
203 sc_term_del_line(scp, head, n - (tail - scp->ypos) + 1, in sc_term_down_scroll()
H A Dscterm-sc.c341 sc_term_del_line(scp, scp->ypos, tcp->param[0], in scterm_scan_esc()
356 sc_term_del_line(scp, 0, tcp->param[0], in scterm_scan_esc()