Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c249 static int attrmode = AT_NORMAL;
2435 if (attrmode == AT_NORMAL) in clear_bot()
2439 int saved_attrmode = attrmode;
2673 if ((attrmode & attr_bit) == 0) in at_enter()
2786 attrmode = attr; in putbs()
2802 attrmode = AT_NORMAL; in win32_kbhit()
2810 if ((new_attrmode & ~ignore_modes) != (attrmode & ~ignore_modes)) in win32_kbhit()
252 static int attrmode = AT_NORMAL; global() variable