| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 58 …ile.basename}`}{${function.name-without-args}}:\\\\n}{${ansi.fg.yellow}${current-pc-arrow}${ansi.n… 62 …ansi.fg.cyan}${frame.pc}${ansi.normal}{ ${module.file.basename}{`${function.name-with-args}{${fram… 73 def PromptAnsiPrefix: Property<"prompt-ansi-prefix", "String">, 75 DefaultStringValue<"${ansi.faint}">, 77 def PromptAnsiSuffix: Property<"prompt-ansi-suffix", "String">, 79 DefaultStringValue<"${ansi.normal}">, 121 def StopShowColumnAnsiPrefix: Property<"stop-show-column-ansi-prefix", "String">, 123 DefaultStringValue<"${ansi.underline}">, 125 def StopShowColumnAnsiSuffix: Property<"stop-show-column-ansi-suffix", "String">, 127 DefaultStringValue<"${ansi.normal}">, [all …]
|
| H A D | IOHandler.cpp | 267 m_editline_up->SetSuggestionAnsiPrefix(ansi::FormatAnsiTerminalCodes( in IOHandlerEditline() 269 m_editline_up->SetSuggestionAnsiSuffix(ansi::FormatAnsiTerminalCodes( in IOHandlerEditline() 471 ansi::FormatAnsiTerminalCodes(m_debugger.GetPromptAnsiPrefix())); in SetPrompt() 473 ansi::FormatAnsiTerminalCodes(m_debugger.GetPromptAnsiSuffix())); in SetPrompt() 485 m_editline_up->SetSuggestionAnsiPrefix(ansi::FormatAnsiTerminalCodes( in SetUseColor() 487 m_editline_up->SetSuggestionAnsiSuffix(ansi::FormatAnsiTerminalCodes( in SetUseColor()
|
| H A D | Highlighter.cpp | 17 using namespace lldb_private::ansi;
|
| H A D | Statusline.cpp | 74 str = ansi::TrimAndPad(str, m_terminal_width); in Draw()
|
| /freebsd/crypto/openssl/providers/common/der/ |
| H A D | EC.asn1 | 12 ansi-X9-62 OBJECT IDENTIFIER ::= { 17 id-ecSigType OBJECT IDENTIFIER ::= { ansi-X9-62 signatures(4) } 23 id-publicKeyType OBJECT IDENTIFIER ::= { ansi-X9-62 keyType(2) } 29 ellipticCurve OBJECT IDENTIFIER ::= { ansi-X9-62 curves(3) } 70 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 1 } 73 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 2 } 76 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 3 } 79 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 4 }
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 341 ansi+local1|ANSI normal-mode cursor-keys, 343 ansi+local|ANSI normal-mode parameterized cursor-keys, 345 cuu=\E[%p1%dA, use=ansi+local1, 346 ansi+tabs|ANSI tab-stops, 348 ansi+inittabs|ANSI initial tab-stops, 349 it#8, use=ansi+tabs, 350 ansi+erase|ANSI clear screen/line, 352 ansi+rca|ANSI relative cursor-addressing (1-based), 354 ansi+rca2|ANSI relative cursor-addressing, 356 ansi+cup|ANSI absolute cursor-addressing, [all …]
|
| H A D | emx.src | 92 klone+acs|alternate character set for ansi.sys displays, 101 klone+sgr|attribute control for ansi.sys displays, 122 klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m), 139 klone+color|color control for ansi.sys and ISO6429-compatible displays, 167 ansi-mini|any ansi terminal with pessimistic assumptions, 191 ansi.sys-old|ANSI.SYS under PC-DOS 2.1, 222 ansi.sys|ANSI.SYS 3.1 and later versions, 224 use=ansi.sys-old, 247 # Also (possibly only EMX, so we don't put it in ansi.sys, etc): set the 321 use=ansi.sys, [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LanguageCPlusPlusProperties.td | 6 …tStringValue<"${function.return-left}${function.scope}${ansi.fg.yellow}${function.basename}${ansi.…
|
| /freebsd/stand/forth/ |
| H A D | menusets.4th | 41 \ menu toggled ansi 80 \ menu toggled ansi 110 \ menu toggled ansi 150 \ menu toggled ansi 168 s" set type=ansi" evaluate 173 s" set type=ansi" evaluate 201 \ menu toggled ansi 242 \ menu toggled ansi 261 s" set type=ansi" evaluate 266 s" set type=ansi" evaluate [all …]
|
| H A D | menu.rc | 21 \ NOTE: To use `non-ansi' variants, add `loader_color=0' to loader.conf(5)
|
| /freebsd/contrib/netbsd-tests/usr.bin/infocmp/ |
| H A D | t_terminfo.sh | 35 for term in ansi vt100 wsvt25 sun-ss5 ibcs2 vt52 386at h19k h19kermit
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | rfc2459.asn1 | 75 iso(1) member-body(2) us(840) ansi-x942(10046) 81 iso(1) member-body(2) us(840) ansi-X9-62(10045) keyType(2) 1 } 92 iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 96 iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 1 } 101 iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) 113 iso(1) member-body(2) us(840) ansi-x942(10046) 4 }
|
| /freebsd/contrib/tnftp/ |
| H A D | todo | 17 in configure, check for ansi c compiler and barf if it fails
|
| /freebsd/tools/build/test-includes/ |
| H A D | Makefile | 27 CFLAGS+=-ansi
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-POSIX.md | 20 flag `-ansi`.
|
| H A D | NOTES-VMS.md | 5 - [About ANSI C compiler](#about-ansi-c-compiler)
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | rtf | 33 #>6 search/105 \\ansi \b, ANSI 34 >6 search/502 \\ansi \b, ANSI
|
| /freebsd/share/i18n/esdb/CP/ |
| H A D | CP.alias | 283 1252 ms-ansi
|
| /freebsd/cddl/usr.sbin/dwatch/ |
| H A D | dwatch | 128 ansi() { local fmt="$2 $4"; [ "$CONSOLE" ] && fmt="\\033[$1m$2\\033[$3m $4"; function 131 info() { [ "$QUIET" ] || ansi 35 "INFO" 39 "$@" >&2; }
|
| /freebsd/tools/tools/git/ |
| H A D | git-arc.sh | 200 arc_list --no-ansi | 421 openrevs=$(arc_list --ansi)
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | AnsiTerminal.h | 84 namespace ansi {
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | Makefile.in | 45 WFLAGS= -ansi -D_POSIX_SOURCE -pedantic \
|
| /freebsd/contrib/tcsh/ |
| H A D | tw.color.c | 117 enum ansi { enum
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1228 LPCWSTR String::AnsiToUtf16(const char* ansi) { in AnsiToUtf16() argument 1229 if (!ansi) return nullptr; in AnsiToUtf16() 1230 const int length = strlen(ansi); in AnsiToUtf16() 1232 MultiByteToWideChar(CP_ACP, 0, ansi, length, nullptr, 0); in AnsiToUtf16() 1234 MultiByteToWideChar(CP_ACP, 0, ansi, length, unicode, unicode_length); in AnsiToUtf16() 1247 char* ansi = new char[ansi_length + 1]; in Utf16ToAnsi() local 1248 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, ansi, ansi_length, nullptr, in Utf16ToAnsi() 1250 ansi[ansi_length] = 0; in Utf16ToAnsi() 1251 return ansi; in Utf16ToAnsi()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 891 s->Printf("%s", ansi::FormatAnsiTerminalCodes( in GetDescription() 994 s->Printf("%s", ansi::FormatAnsiTerminalCodes( in GetDescription()
|