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.c91 char *converted_line; /* RAW 3270 data stream */ member
223 cp = tp->converted_line; in tty3270_add_prompt()
240 return cp - tp->converted_line; in tty3270_add_prompt()
256 char *cp = tp->converted_line; in tty3270_add_status()
284 return cp - (char *)tp->converted_line; in tty3270_add_status()
469 cp = tty3270_add_attributes(tp, line, &attr, tp->converted_line, lineno); in tty3270_convert_line()
471 return cp - (char *)tp->converted_line; in tty3270_convert_line()
484 if (raw3270_request_add_data(rq, tp->converted_line, len)) in tty3270_update_lines_visible()
506 if (raw3270_request_add_data(rq, tp->converted_line, len)) in tty3270_update_lines_all()
552 if (raw3270_request_add_data(wrq, tp->converted_line, le in tty3270_update()
[all...]