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

/freebsd-10.3-release/contrib/ee/
H A 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; local
2383 temp_vert = scr_vert;
2385 while ((temp_line != NULL) && (temp_vert <= last_line))
2388 draw_line(temp_vert, 0, line_out, 1, temp_line->line_length);
2389 temp_vert
[all...]

Completed in 53 milliseconds