Searched refs:temp_line (Results 1 – 1 of 1) sorted by relevance
2236 struct text *temp_line; in get_file() local2270 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() local2372 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 …]