Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/less/
HDoptfunc.c606 case 'k': return AT_BLINK;
661 case AT_BLINK:
HDline.c408 if (a & AT_BLINK)
432 if (a & AT_BLINK)
1463 if (attr & AT_BLINK)
HDless.h391 #define AT_BLINK (1 << 2) macro
HDcharset.c304 case 'k': *attrptr = AT_BLINK; break;
HDscreen.c2672 tput_inmode(sc_bl_in, attr, AT_BLINK, putchr);
2687 } else if (attr & AT_BLINK)
2708 tput_outmode(sc_bl_out, AT_BLINK, putchr); in at_exit()