Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dscreen.c283 static int attrmode = AT_NORMAL; variable
2664 if (attrmode == AT_NORMAL) in clear_bot()
2668 int saved_attrmode = attrmode; in clear_bot()
2921 if ((attrmode & attr_bit) == 0) in tput_outmode()
3034 attrmode = attr; in at_enter()
3050 attrmode = AT_NORMAL; in at_exit()
3058 if ((new_attrmode & ~ignore_modes) != (attrmode & ~ignore_modes)) in at_switch()