Lines Matching refs:f_color
52 unsigned char f_color:4; /* Foreground color */ member
316 unsigned char f_color, b_color, highlight; in tty3270_required_length() local
322 f_color = TAC_RESET; in tty3270_required_length()
330 if (cell->attributes.f_color != f_color) { in tty3270_required_length()
332 f_color = cell->attributes.f_color; in tty3270_required_length()
343 if (f_color != TAC_RESET) in tty3270_required_length()
358 if (attr->f_color != TAC_RESET) in tty3270_add_reset_attributes()
428 if (cell->attributes.f_color != attr->f_color) { in tty3270_add_attributes()
429 attr->f_color = cell->attributes.f_color; in tty3270_add_attributes()
430 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, colors[attr->f_color]); in tty3270_add_attributes()
448 attr->f_color = TAC_RESET; in tty3270_reset_attributes()
1503 tp->attributes.f_color = attr - 30; in tty3270_set_attributes()