Lines Matching refs:line
3 * 3215 line mode terminal driver.
91 int line_pos; /* position on the line (for tabs) */
467 * Drop the oldest line from the output buffer.
693 int line;
708 for (line = 0; line < NR_3215; line++) {
709 if (!raw3215[line]) {
710 raw3215[line] = raw;
715 if (line == NR_3215) {
726 unsigned int line;
732 for (line = 0; line < NR_3215; line++)
733 if (raw3215[line] == raw)
735 raw3215[line] = NULL;