Searched refs:ClearBufRows (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dutil.c1620 ClearBufRows(xw, 0, screen->cur_row - 1);
1663 ClearBufRows(xw, screen->cur_row + 1, screen->max_row);
1892 ClearBufRows(xw, 0, screen->max_row);
H A Dxterm.h1566 extern void ClearBufRows (XtermWidget /* xw */, int /* first */, int /* last */);
H A Dscreen.c1993 ClearBufRows(XtermWidget xw, function in typeref:typename:void
2001 TRACE(("ClearBufRows %d..%d\n", first, last));
H A Dcharproc.c9293 ClearBufRows(xw, top, rows);

Completed in 26 milliseconds