Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c2236 struct text *temp_line; in get_file() local
2270 temp_line = curr_line->prev_line; in get_file()
2271 temp_line->next_line = curr_line->next_line; in get_file()
2272 if (temp_line->next_line != NULL) in get_file()
2273 temp_line->next_line->prev_line = temp_line; in get_file()
2277 curr_line = temp_line; in get_file()
2368 struct text *temp_line; in draw_screen() local
2372 temp_line = curr_line; in draw_screen()
2375 while ((temp_line != NULL) && (temp_vert <= last_line)) in draw_screen()
2377 line_out = temp_line->line; in draw_screen()
[all …]