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

/freebsd-10.1-release/contrib/less/
H A Dscreen.c204 static int attrmode = AT_NORMAL; variable
2174 if (attrmode == AT_NORMAL)
2178 int saved_attrmode = attrmode;
2222 attrmode = attr;
2230 if (attrmode & AT_STANDOUT)
2232 if (attrmode & AT_BLINK)
2234 if (attrmode & AT_BOLD)
2236 if (attrmode & AT_UNDERLINE)
2243 attrmode = AT_NORMAL;
2253 if ((new_attrmode & ~ignore_modes) != (attrmode
[all...]

Completed in 50 milliseconds