Lines Matching refs:tty3270_line
48 struct tty3270_line { struct
83 struct tty3270_line *screen;
758 static struct tty3270_line *
761 struct tty3270_line *screen; in tty3270_alloc_screen()
765 size = sizeof(struct tty3270_line) * (rows - 2); in tty3270_alloc_screen()
788 tty3270_free_screen(struct tty3270_line *screen, unsigned int rows) in tty3270_free_screen()
803 struct tty3270_line *screen, *oscreen; in tty3270_resize_work()
1038 struct tty3270_line *line; in tty3270_put_character()
1064 struct tty3270_line *line; in tty3270_convert_line()
1180 struct tty3270_line temp; in tty3270_lf()
1213 struct tty3270_line *line; in tty3270_insert_characters()
1244 struct tty3270_line *line; in tty3270_delete_characters()
1265 struct tty3270_line *line; in tty3270_erase_characters()
1288 struct tty3270_line *line; in tty3270_erase_line()