Home
last modified time | relevance | path

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

/src/contrib/less/
H A Doptfunc.c623 case 's': return AT_STANDOUT; in color_from_namechar()
684 case AT_STANDOUT: in opt_D()
691 at_enter(AT_STANDOUT); in opt_D()
830 int attr = AT_STANDOUT; in opt_rscroll()
H A Dline.c127 { AT_STANDOUT, "" },
487 if (a & AT_STANDOUT) in attr_swidth()
509 if (a & AT_STANDOUT) in attr_ewidth()
1912 set_linebuf(i, linebuf.buf[i], AT_STANDOUT|AT_COLOR_PROMPT); in load_line()
1975 if (attr & AT_STANDOUT) in color_index()
1976 return lookup_color_index(AT_STANDOUT); in color_index()
H A Doutput.c707 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in error()
739 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in ierror_suffix()
H A Dcharset.c125 public int binattr = AT_STANDOUT|AT_COLOR_BIN;
392 case 's': *attrptr = AT_STANDOUT; break; in setfmt()
H A Dscreen.c2429 at_enter(AT_STANDOUT); in create_flash()
2434 at_enter(AT_STANDOUT); in create_flash()
3013 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr); in at_enter()
3020 } else if (attr & AT_STANDOUT) in at_enter()
3042 tput_outmode(sc_s_out, AT_STANDOUT, putchr); in at_exit()
3078 attr |= AT_STANDOUT; in apply_at_specials()
H A Dless.h436 #define AT_STANDOUT (1 << 3) macro