Searched refs:AT_STANDOUT (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/less/dist/ |
| H A D | optfunc.c | 589 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 D | line.c | 123 { 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 D | output.c | 636 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in error() 668 at_enter(AT_STANDOUT|AT_COLOR_ERROR); in ierror_suffix()
|
| H A D | charset.c | 127 public int binattr = AT_STANDOUT|AT_COLOR_BIN; 403 case 's': *attrptr = AT_STANDOUT; break; in setfmt()
|
| H A D | screen.c | 2204 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 D | less.h | 427 #define AT_STANDOUT (1 << 3) macro
|
| H A D | command.c | 887 at_enter(AT_STANDOUT); in prompt()
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | subsearch.lt | 2221 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;
|