Searched refs:temp_vert (Results 1 – 1 of 1) sorted by relevance
779 int temp_vert; local854 temp_vert = scr_vert;861 while ((temp_buff != NULL) && (temp_vert < last_line))864 temp_vert++;866 if ((temp_vert == last_line) && (temp_buff != NULL))2380 int temp_vert; in draw_screen() local2383 temp_vert = scr_vert; in draw_screen()2385 while ((temp_line != NULL) && (temp_vert <= last_line)) in draw_screen()2388 draw_line(temp_vert, 0, line_out, 1, temp_line->line_length); in draw_screen()2389 temp_vert++; in draw_screen()[all …]