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

  /src/usr.sbin/makemandb/
apropos-utils.c 918 * appears bold when viewed using a pager.
1077 const char *bold, *sgr0, *smso, *rmso, *smul, *rmul; local in function:term_init
1080 bold = sgr0 = NULL;
1084 bold = ti_getstr(ti, "bold");
1086 if (bold == NULL || sgr0 == NULL) {
1092 bold = sgr0 = NULL;
1101 sa[0] = term_fix_seq(ti, bold ? bold : smso);
  /src/games/cgram/
cgram.c 343 bool bold = hinting && local in function:redraw
346 if (bold)
349 if (bold)
  /src/share/terminfo/
terminfo 382 ansi+sgrbold|ANSI graphic renditions; assuming terminal has bold; not dim,
383 bold=\E[1m,
387 ansi+sgrdim|ANSI graphic renditions; assuming terminal has dim; not bold,
425 blink=\E[5m, bold=\E[1m, rev=\E[7m, rmpch=\E[10m,
444 blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, rmso=\E[m,
674 # VT100 clones. It assumes video attributes for bold, blink,
799 bold=\Eya, dch1=\Ea, dim=\EyB,
849 bel=^G, blink=\E[5m, bold=\E[1m, civis=\Ef,
879 bel=^G, blink=\Er, bold=\EyA, civis=\Ef, clear=\EE,
898 bel=^G, blink=\Er, bold=\EyA, civis=\Ef, clear=\EE
    [all...]
  /src/sys/arch/amiga/dev/
amidisplaycc.c 574 * Write a character to screen with color / bgcolor / hilite(bold) /
599 int bold; local in function:amidisplaycc_putchar
623 bold = (mode & WSATTR_HILIT) > 0;
661 f |= f >> bold;
676 f |= f >> bold;
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 481 # Allow display of bold text on terminals that support it.
503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`

Completed in 45 milliseconds