Searched refs:TAC_RESET (Results 1 – 2 of 2) sorted by relevance
209 TAC_RESET }; in tty3270_create_status()309 TO_SA, TAT_COLOR, TAC_RESET, TO_RA, 0, 0, 0 }; in tty3270_blank_line()1077 f_color = TAC_RESET; in tty3270_convert_line()1090 if (f_color != TAC_RESET) in tty3270_convert_line()1121 f_color = TAC_RESET; in tty3270_convert_line()1142 if (f_color != TAC_RESET) { in tty3270_convert_line()1145 *cp++ = TAC_RESET; in tty3270_convert_line()1220 line->cells[line->len].f_color = TAC_RESET; in tty3270_insert_characters()1273 cell->f_color = TAC_RESET; in tty3270_erase_characters()1300 cell->f_color = TAC_RESET; in tty3270_erase_line()[all …]
64 #define TAC_RESET 0x00 macro