Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dscreen.c254 static int attrmode = AT_NORMAL; variable
2438 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()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt282 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))