Home
last modified time | relevance | path

Searched refs:temp_vert (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/ee/
Dee.c779 int temp_vert; local
854 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() local
2383 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 …]