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

/freebsd-13-stable/contrib/less/
H A Doptfunc.c606 case 'k': return AT_BLINK;
661 case AT_BLINK:
H A Dless.h391 #define AT_BLINK (1 << 2) macro
H A Dline.c106 "", /* AT_BLINK */
408 if (a & AT_BLINK)
432 if (a & AT_BLINK)
1463 if (attr & AT_BLINK)
H A Dcharset.c304 case 'k': *attrptr = AT_BLINK; break;
H A Dscreen.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);

Completed in 74 milliseconds