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

/freebsd-9.3-release/contrib/less/
H A Dscreen.c205 static int attrmode = AT_NORMAL; variable
2175 if (attrmode == AT_NORMAL)
2179 int saved_attrmode = attrmode;
2223 attrmode = attr;
2231 if (attrmode & AT_STANDOUT)
2233 if (attrmode & AT_BLINK)
2235 if (attrmode & AT_BOLD)
2237 if (attrmode & AT_UNDERLINE)
2244 attrmode = AT_NORMAL;
2254 if ((new_attrmode & ~ignore_modes) != (attrmode
[all...]

Completed in 51 milliseconds