Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDscreen.c204 static int attrmode = AT_NORMAL; variable
2174 if (attrmode == AT_NORMAL) in clear_bot()
2178 int saved_attrmode = attrmode; in clear_bot()
2222 attrmode = attr;
2230 if (attrmode & AT_STANDOUT) in at_exit()
2232 if (attrmode & AT_BLINK) in at_exit()
2234 if (attrmode & AT_BOLD) in at_exit()
2236 if (attrmode & AT_UNDERLINE) in at_exit()
2243 attrmode = AT_NORMAL; in at_exit()
2253 if ((new_attrmode & ~ignore_modes) != (attrmode & ~ignore_modes))