Searched refs:bold (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h189 static const char *OutputColor(char c, bool bold, bool bg);
191 /// Same as OutputColor, but only enables the bold attribute.
H A Draw_ostream.h269 /// change only the bold attribute, and keep colors untouched
270 /// @param Bold bold/brighter text, default false
467 raw_ostream &changeColor(enum Colors colors, bool bold=false,
/freebsd-11-stable/contrib/mdocml/
H A Dcgi.c689 int italic, bold; local
703 bold = italic = 0;
716 * Close out any bold/italic scopes.
724 if (bold)
726 italic = bold = 0;
735 if (bold)
739 bold = 0;
761 if (bold)
763 italic = bold = 0;
775 if (bold)
[all...]
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl463 } elsif ($val =~ /^(bold|underline)$/) {
464 } elsif ($val =~ /^(no-)?(bold|underline|inverse)$/) {
471 #@ xo_emit("{C:fg-purple,bold}{:foo}{C:gween}", x);
473 #@ xo_emit("{C:fg-red,bold}{:foo}{C:fg-green}", x);
478 #@ limited to bold, no-bold, underline, no-underline,
/freebsd-11-stable/bin/ls/
H A Dprint.c106 int bold; member in struct:__anon3
617 if (colors[c].bold)
694 colors[i].bold = 0;
717 colors[i].bold = 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp804 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, argument
814 : sys::Process::OutputColor(static_cast<char>(colors), bold, bg);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp4519 int bold = tf->get_bold(&offset); local
4526 if (bold)
4534 if (bold) {
4546 int bold = tf->get_bold(&offset); local
4551 if (bold)
4557 if (bold) {
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1462 % italics, not bold italics.
1522 \def\rmbshape{bx} %where the normal face is bold
1799 % @b, explicit bold.
2079 % Theiling, which support regular, slanted, bold and bold slanted (and
2089 % feybr - bold
2090 % feybo - bold slanted
2116 % bold:
2790 % @headitem starts a heading row, which we typeset in bold.
5135 % If we're given an argument, typeset it in bold wit
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1396 % italics, not bold italics.
1456 \def\rmbshape{bx} %where the normal face is bold
1733 % @b, explicit bold.
1978 % Theiling, which support regular, slanted, bold and bold slanted (and
1988 % feybr - bold
1989 % feybo - bold slanted
2015 % bold:
2689 % @headitem starts a heading row, which we typeset in bold.
5011 % If we're given an argument, typeset it in bold wit
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl197 as bold, italic, or code.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1447 % italics, not bold italics.
1465 % in those cases "rm" is bold. Sigh.
1789 \def\rmbshape{bx} % where the normal face is bold
2409 % @b, explicit bold. Also @strong.
3050 % Theiling, which support regular, slanted, bold and bold slanted (and
3060 % feybr - bold
3061 % feybo - bold slanted
3087 % bold:
3155 % bold
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh481 # Allow display of bold text on terminals that support it.
503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh481 # Allow display of bold text on terminals that support it.
503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
/freebsd-11-stable/contrib/file/
H A Dltmain.sh484 # Allow display of bold text on terminals that support it.
506 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh481 # Allow display of bold text on terminals that support it.
503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh481 # Allow display of bold text on terminals that support it.
503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`

Completed in 270 milliseconds