Searched refs:temp_line (Results 1 – 1 of 1) sorted by relevance
2439 struct text *temp_line; in get_file() local2473 temp_line = curr_line->prev_line; in get_file()2474 temp_line->next_line = curr_line->next_line; in get_file()2475 if (temp_line->next_line != NULL) in get_file()2476 temp_line->next_line->prev_line = temp_line; in get_file()2480 curr_line = temp_line; in get_file()2571 struct text *temp_line; in draw_screen() local2575 temp_line = curr_line; in draw_screen()2578 while ((temp_line != NULL) && (temp_vert <= last_line)) in draw_screen()2580 line_out = temp_line->line; in draw_screen()[all …]