Searched refs:attrmode (Results 1 – 2 of 2) sorted by relevance
254 static int attrmode = AT_NORMAL; variable2438 if (attrmode == AT_NORMAL) in clear_bot()2442 int saved_attrmode = attrmode; in clear_bot()2622 if ((attrmode & attr_bit) == 0) in tput_outmode()2716 attrmode = attr; in at_enter()2732 attrmode = AT_NORMAL; in at_exit()2740 if ((new_attrmode & ~ignore_modes) != (attrmode & ~ignore_modes)) in at_switch()
282 static int attrmode = AT_NORMAL;2455 if (attrmode == AT_NORMAL)2459 int saved_attrmode = attrmode;2639 if ((attrmode & attr_bit) == 0)2733 attrmode = attr;2749 attrmode = AT_NORMAL;2757 if ((new_attrmode & ~ignore_modes) != (attrmode & ~ignore_modes))