Searched refs:temp_line (Results 1 – 1 of 1) sorted by relevance
2444 struct text *temp_line; in get_file() local2478 temp_line = curr_line->prev_line; in get_file()2479 temp_line->next_line = curr_line->next_line; in get_file()2480 if (temp_line->next_line != NULL) in get_file()2481 temp_line->next_line->prev_line = temp_line; in get_file()2485 curr_line = temp_line; in get_file()2576 struct text *temp_line; in draw_screen() local2580 temp_line = curr_line; in draw_screen()2583 while ((temp_line != NULL) && (temp_vert <= last_line)) in draw_screen()2585 line_out = temp_line->line; in draw_screen()[all …]