Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Doptfunc.c587 case 's': return AT_STANDOUT; in color_from_namechar()
648 case AT_STANDOUT: in opt_D()
654 at_enter(AT_STANDOUT); in opt_D()
793 int attr = AT_STANDOUT; in opt_rscroll()
H A Dline.c121 { AT_STANDOUT, "" },
425 if (a & AT_STANDOUT) in attr_swidth()
447 if (a & AT_STANDOUT) in attr_ewidth()
701 hl_attr = ansi_in_line ? 0 : AT_STANDOUT|AT_COLOR_PROMPT; in store_char()
1563 if (attr & AT_STANDOUT) in color_index()
1564 return lookup_color_index(AT_STANDOUT); in color_index()
H A Doutput.c634 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in error()
666 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in ierror_suffix()
H A Dcharset.c125 public int binattr = AT_STANDOUT|AT_COLOR_BIN;
401 case 's': *attrptr = AT_STANDOUT; break; in setfmt()
H A Dscreen.c2191 at_enter(AT_STANDOUT); in create_flash()
2196 at_enter(AT_STANDOUT); in create_flash()
2682 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr); in at_enter()
2689 } else if (attr & AT_STANDOUT) in at_enter()
2711 tput_outmode(sc_s_out, AT_STANDOUT, putchr); in at_exit()
2747 attr |= AT_STANDOUT; in apply_at_specials()
H A Dless.h425 #define AT_STANDOUT (1 << 3) macro