Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Doptfunc.c589 case 's': return AT_STANDOUT; in color_from_namechar()
650 case AT_STANDOUT: in opt_D()
656 at_enter(AT_STANDOUT); in opt_D()
795 int attr = AT_STANDOUT; in opt_rscroll()
H A Dline.c123 { AT_STANDOUT, "" },
427 if (a & AT_STANDOUT) in attr_swidth()
449 if (a & AT_STANDOUT) in attr_ewidth()
703 hl_attr = ansi_in_line ? 0 : AT_STANDOUT|AT_COLOR_PROMPT; in store_char()
1565 if (attr & AT_STANDOUT) in color_index()
1566 return lookup_color_index(AT_STANDOUT); in color_index()
H A Doutput.c636 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in error()
668 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in ierror_suffix()
H A Dcharset.c127 public int binattr = AT_STANDOUT|AT_COLOR_BIN;
403 case 's': *attrptr = AT_STANDOUT; break; in setfmt()
H A Dscreen.c2204 at_enter(AT_STANDOUT); in create_flash()
2209 at_enter(AT_STANDOUT); in create_flash()
2695 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr); in at_enter()
2702 } else if (attr & AT_STANDOUT) in at_enter()
2724 tput_outmode(sc_s_out, AT_STANDOUT, putchr); in at_exit()
2760 attr |= AT_STANDOUT; in apply_at_specials()
H A Dless.h427 #define AT_STANDOUT (1 << 3) macro
H A Dcommand.c887 at_enter(AT_STANDOUT); in prompt()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt2221 at_enter(AT_STANDOUT);
2226 at_enter(AT_STANDOUT);
2712 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr);
2719 } else if (attr & AT_STANDOUT)
2741 tput_outmode(sc_s_out, AT_STANDOUT, putchr);
2777 attr |= AT_STANDOUT;