Searched refs:attrmode (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/less/
H A Dscreen.c73 static int attrmode = AT_NORMAL; variable
693 if (attrmode == AT_NORMAL)
697 int saved_attrmode = attrmode;
720 attrmode = attr;
727 if (attrmode & AT_STANDOUT)
729 if (attrmode & AT_BLINK)
731 if (attrmode & AT_BOLD)
733 if (attrmode & AT_UNDERLINE)
736 attrmode = AT_NORMAL;
745 if ((new_attrmode & ~ignore_modes) != (attrmode
[all...]

Completed in 108 milliseconds