Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDscreen.c249 static int attrmode = AT_NORMAL; variable
2425 if (attrmode == AT_NORMAL) in clear_bot()
2429 int saved_attrmode = attrmode; in clear_bot()
2663 if ((attrmode & attr_bit) == 0) in tput_outmode()
2776 attrmode = attr; in at_enter()
2792 attrmode = AT_NORMAL; in at_exit()
2800 if ((new_attrmode & ~ignore_modes) != (attrmode & ~ignore_modes)) in at_switch()