Home
last modified time | relevance | path

Searched refs:converted_line (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/s390/char/
H A Dcon3270.c90 char *converted_line; /* RAW 3270 data stream */ member
222 cp = tp->converted_line; in tty3270_add_prompt()
239 return cp - tp->converted_line; in tty3270_add_prompt()
255 char *cp = tp->converted_line; in tty3270_add_status()
283 return cp - (char *)tp->converted_line; in tty3270_add_status()
468 cp = tty3270_add_attributes(tp, line, &attr, tp->converted_line, lineno); in tty3270_convert_line()
470 return cp - (char *)tp->converted_line; in tty3270_convert_line()
483 if (raw3270_request_add_data(rq, tp->converted_line, len)) in tty3270_update_lines_visible()
505 if (raw3270_request_add_data(rq, tp->converted_line, len)) in tty3270_update_lines_all()
551 if (raw3270_request_add_data(wrq, tp->converted_line, len) == 0) in tty3270_update()
[all …]