Lines Matching refs:tty3270_line
49 struct tty3270_line { struct
84 struct tty3270_line *screen;
804 static struct tty3270_line *
807 struct tty3270_line *screen; in tty3270_alloc_screen()
811 size = sizeof(struct tty3270_line) * (rows - 2); in tty3270_alloc_screen()
834 tty3270_free_screen(struct tty3270_line *screen, unsigned int rows) in tty3270_free_screen()
849 struct tty3270_line *screen, *oscreen; in tty3270_resize_work()
1085 struct tty3270_line *line; in tty3270_put_character()
1111 struct tty3270_line *line; in tty3270_convert_line()
1227 struct tty3270_line temp; in tty3270_lf()
1260 struct tty3270_line *line; in tty3270_insert_characters()
1291 struct tty3270_line *line; in tty3270_delete_characters()
1312 struct tty3270_line *line; in tty3270_erase_characters()
1335 struct tty3270_line *line; in tty3270_erase_line()