Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Doptfunc.c625 case 's': return AT_STANDOUT;
686 case AT_STANDOUT:
692 at_enter(AT_STANDOUT);
828 int attr = AT_STANDOUT;
H A Doutput.c654 at_enter(AT_STANDOUT|AT_COLOR_ERROR);
691 at_enter(AT_STANDOUT|AT_COLOR_ERROR);
H A Dcharset.c124 public int binattr = AT_STANDOUT|AT_COLOR_BIN;
305 case 's': *attrptr = AT_STANDOUT; break;
H A Dscreen.c2149 at_enter(AT_STANDOUT); in create_flash()
2154 at_enter(AT_STANDOUT); in create_flash()
2678 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr);
2685 } else if (attr & AT_STANDOUT)
2708 tput_outmode(sc_s_out, AT_STANDOUT, putchr); in at_exit()
2751 attr |= AT_STANDOUT;
H A Dline.c390 if (a & AT_STANDOUT)
414 if (a & AT_STANDOUT)
1476 if (attr & AT_STANDOUT)
H A Dless.h392 #define AT_STANDOUT (1 << 3) macro
H A Dcommand.c852 at_enter(AT_STANDOUT|AT_COLOR_PROMPT); in prompt()