HomeSort by: relevance | last modified time | path
    Searched refs:AT_STANDOUT (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/less/dist/
optfunc.c 589 case 's': return AT_STANDOUT;
650 case AT_STANDOUT:
656 at_enter(AT_STANDOUT);
795 int attr = AT_STANDOUT;
line.c 123 { AT_STANDOUT, "" },
427 if (a & AT_STANDOUT)
449 if (a & AT_STANDOUT)
703 hl_attr = ansi_in_line ? 0 : AT_STANDOUT|AT_COLOR_PROMPT;
1565 if (attr & AT_STANDOUT)
1566 return lookup_color_index(AT_STANDOUT);
output.c 636 at_enter(AT_STANDOUT|AT_COLOR_ERROR);
668 at_enter(AT_STANDOUT|AT_COLOR_ERROR);
screen.c 2204 at_enter(AT_STANDOUT);
2209 at_enter(AT_STANDOUT);
2695 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr);
2702 } else if (attr & AT_STANDOUT)
2724 tput_outmode(sc_s_out, AT_STANDOUT, putchr);
2760 attr |= AT_STANDOUT;
charset.c 127 public int binattr = AT_STANDOUT|AT_COLOR_BIN;
403 case 's': *attrptr = AT_STANDOUT; break;
less.h 427 #define AT_STANDOUT (1 << 3)
command.c 887 at_enter(AT_STANDOUT);

Completed in 61 milliseconds