Lines Matching refs:draw_line
255 void draw_line(int vertical, int horiz, unsigned char *ptr, int t_pos, int length);
763 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length); in insert()
865 draw_line(last_line, 0, tp, 1, temp_buff->line_length); in delete()
869 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length); in delete()
997 draw_line(int vertical, int horiz, unsigned char *ptr, int t_pos, int length) in draw_line() function
1120 draw_line(scr_vert, scr_horz, point, position, in insert_line()
1373 draw_line(last_line,0,point,1,curr_line->line_length); in nextline()
1390 draw_line(0,0,point,1,curr_line->line_length); in prevline()
2378 draw_line(temp_vert, 0, line_out, 1, temp_line->line_length); in draw_screen()
2792 draw_line(scr_vert, scr_horz,point,position,curr_line->line_length); in del_word()
2860 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length); in undel_word()
2923 draw_line(scr_vert, scr_horz,point,position,curr_line->line_length); in undel_line()