Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/char/
Dtty3270.c45 unsigned char f_color; member
82 unsigned int f_color; /* Foreground color */ member
1051 cell->f_color = tp->f_color; in tty3270_put_character()
1059 cell->f_color = tp->f_color; in tty3270_put_character()
1072 unsigned char f_color; in tty3270_convert_line() local
1081 f_color = TAC_RESET; in tty3270_convert_line()
1087 if (cell->f_color != f_color) { in tty3270_convert_line()
1089 f_color = cell->f_color; in tty3270_convert_line()
1094 if (f_color != TAC_RESET) in tty3270_convert_line()
1125 f_color = TAC_RESET; in tty3270_convert_line()
[all …]