Lines Matching defs:highlight
45 unsigned char highlight;
82 unsigned int highlight; /* Blink/reverse/underscore */
1082 * current color and highlight. This function does NOT do cursor movement.
1094 cell->highlight = tp->highlight;
1102 cell->highlight = tp->highlight;
1115 unsigned char highlight;
1124 highlight = TAX_RESET;
1127 if (cell->highlight != highlight) {
1128 flen += 3; /* TO_SA to switch highlight. */
1129 highlight = cell->highlight;
1136 if (highlight != TAX_RESET)
1168 highlight = TAX_RESET;
1171 if (cell->highlight != highlight) {
1174 *cp++ = cell->highlight;
1175 highlight = cell->highlight;
1185 if (highlight != TAX_RESET) {
1267 line->cells[line->len].highlight = TAX_RESET;
1281 line->cells[tp->cx + n].highlight = tp->highlight;
1320 cell->highlight = TAX_RESET;
1347 cell->highlight = TAX_RESET;
1406 tp->highlight = TAX_RESET;
1411 tp->highlight = TAX_UNDER;
1414 tp->highlight = TAX_BLINK;
1417 tp->highlight = TAX_REVER;
1420 if (tp->highlight == TAX_UNDER)
1421 tp->highlight = TAX_RESET;
1424 if (tp->highlight == TAX_BLINK)
1425 tp->highlight = TAX_RESET;
1428 if (tp->highlight == TAX_REVER)
1429 tp->highlight = TAX_RESET;
1520 tp->saved_highlight = tp->highlight;
1526 tp->highlight = tp->saved_highlight;
1532 tp->highlight = tp->saved_highlight = TAX_RESET;
1621 tp->saved_highlight = tp->highlight;
1627 tp->highlight = tp->saved_highlight;
1843 tp->highlight = tp->saved_highlight = TAX_RESET;