Lines Matching refs:lines
122 if (trace) fprintf(trace, "after setupterm, lines %d, columns %d, clear_screen '%s', cursor_address '%s'\n", lines, columns, clear_screen, cursor_address);
130 i = lines;
131 if (lines <= 1)
132 lines = 24;
133 if (lines > TUBELINES)
134 lines = TUBELINES;
135 l = lines;
140 if (l > lines)
141 l = lines;
247 lines = 2;
338 * the number of lines affected is the size of the screen, since this is
362 tputs((char *)str, lines, countnum);