Searched refs:ClearBufRows (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | util.c | 1620 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 D | xterm.h | 1566 extern void ClearBufRows (XtermWidget /* xw */, int /* first */, int /* last */);
|
| H A D | screen.c | 1993 ClearBufRows(XtermWidget xw, function in typeref:typename:void 2001 TRACE(("ClearBufRows %d..%d\n", first, last));
|
| H A D | charproc.c | 9293 ClearBufRows(xw, top, rows);
|
Completed in 26 milliseconds