Lines Matching refs:tty3270_add_sa
164 static char *tty3270_add_sa(struct tty3270 *tp, char *cp, char attr, char value) in tty3270_add_sa() function
259 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAC_GREEN); in tty3270_add_status()
261 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_REVER); in tty3270_add_status()
263 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_status()
265 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_REVER); in tty3270_add_status()
267 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_status()
269 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_REVER); in tty3270_add_status()
271 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_status()
281 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAC_RESET); in tty3270_add_status()
357 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, TAX_RESET); in tty3270_add_reset_attributes()
359 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAX_RESET); in tty3270_add_reset_attributes()
361 cp = tty3270_add_sa(tp, cp, TAT_BGCOLOR, TAX_RESET); in tty3270_add_reset_attributes()
426 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, highlights[attr->highlight]); in tty3270_add_attributes()
430 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, colors[attr->f_color]); in tty3270_add_attributes()
434 cp = tty3270_add_sa(tp, cp, TAT_BGCOLOR, colors[attr->b_color]); in tty3270_add_attributes()