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

/xsrc/external/mit/xterm/dist/
H A Dprint.c252 printLines(XtermWidget xw, int top, int bot, PrinterFlags *p) function in typeref:typename:void
254 TRACE(("printLines, rows %d..%d\n", top, bot));
269 printLines(xw,
309 printLines(xw, -screen->savedlines, -(screen->topline + 1), p);
314 printLines(xw, 0, screen->max_row, p);
320 printLines(xw, 0, screen->max_row, p);
325 printLines(xw, 0, screen->max_row, p);
335 printLines(xw, top, bot, p);

Completed in 3 milliseconds