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

/xsrc/external/mit/xterm/dist/
H A Dprint.c60 static void printLine(XtermWidget /* xw */ ,
110 printLine(xw, screen->cur_row, '\n', getPrinterFlags(xw, NULL, NULL));
119 printLine(XtermWidget xw, int row, unsigned chr, PrinterFlags *p) function in typeref:typename:void
139 TRACE(("printLine(row=%d/%d, top=%d:%d, chr=%d):%s\n",
256 printLine(xw, top, PrintNewLine(), p);
594 printLine(xw, screen->cursorp.row, chr, getPrinterFlags(xw, NULL, NULL));

Completed in 3 milliseconds