Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c306 static int attrmode = AT_NORMAL; /* current attributes (AT_* bits) */ variable
2747 if (attrmode == AT_NORMAL) in clear_bot()
2751 int saved_attrmode = attrmode; in clear_bot()
3144 attrmode = attr; in at_enter()
3160 attrmode = AT_NORMAL; in at_exit()
3168 if ((new_attrmode & ~ignore_modes) != (attrmode & ~ignore_modes)) in at_switch()