Searched defs:tty3270 (Results 1 – 1 of 1) sorted by relevance
63 struct tty3270 { struct84 struct tty3270_line *screen; argument85 unsigned int n_model, n_cols, n_rows; /* New model & size */86 struct work_struct resize_work;89 struct string *prompt; /* Output string for input area. */90 struct string *input; /* Input string for read request. */91 struct raw3270_request *read; /* Single read request. */115 /* tty3270->update_flags. See tty3270_update for details. */ argument