Lines Matching defs:lines
46 struct list_head lines; /* list of lines. */
47 struct list_head update; /* list of lines to update. */
49 int nr_lines; /* # lines in list. */
50 int nr_up; /* # lines up in history. */
68 #define CON_UPDATE_LIST 2 /* Update lines in tty3270->update. */
140 * Rebuild update list to print all lines.
150 * containing all lines that will fit on the screen.
155 list_for_each_entry_reverse(s, &cp->lines, list) {
176 list_for_each_entry_safe(s, n, &cp->lines, list) {
443 list_add_tail(&cp->cline->list, &cp->lines);
625 INIT_LIST_HEAD(&condev->lines);