Lines Matching defs:start_line
110 static void PrintText(Widget w, int start_line, int num_lines, int location);
282 int start_line, location;
284 start_line = y_loc / sblw->scroll.font_height + sblw->scroll.line_pointer;
286 if (start_line >= sblw->scroll.lines)
295 PrintText(w, start_line, sblw->scroll.num_visible_lines, location);
897 * start_line - line to start printing,
905 PrintText(Widget w, int start_line, int num_lines, int location)
933 current_line = start_line;
937 c = *(sblw->scroll.top_line + start_line);
962 for (h_fix = 1; h_fix <= (start_line % NLINES); h_fix++)
963 if (**(sblw->scroll.top_line + start_line - h_fix) != '\n') {
1009 if (++current_line == start_line + num_lines)