Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/less/dist/
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()
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()
Doutput.c636 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in error()
668 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in ierror_suffix()
Dcharset.c127 public int binattr = AT_STANDOUT|AT_COLOR_BIN;
403 case 's': *attrptr = AT_STANDOUT; break; in setfmt()
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()
Dless.h427 #define AT_STANDOUT (1 << 3) macro
Dcommand.c887 at_enter(AT_STANDOUT); in prompt()