Searched refs:ansi (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-13-stable/contrib/tcsh/
H A Dmi.wait.h38 #include <ansi.h>
H A Dtw.color.c117 enum ansi { enum
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/infocmp/
H A Dt_terminfo.sh35 for term in ansi vt100 wsvt25 sun-ss5 ibcs2 vt52 386at h19k h19kermit
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp16 using namespace lldb_private::ansi;
53 return HighlightStyle::ColorStyle(c, "${ansi.normal}");
58 result.comment = GetColor("${ansi.fg.purple}");
59 result.scalar_literal = GetColor("${ansi.fg.red}");
60 result.keyword = GetColor("${ansi.fg.green}");
H A DSourceManager.cpp202 current_line_highlight = ansi::FormatAnsiTerminalCodes(
H A DDebugger.cpp141 "ansi-or-caret",
148 "ansi",
202 std::string str = lldb_private::ansi::FormatAnsiTerminalCodes(
212 // use-color changed. Ping the prompt so it can reset the ansi terminal
278 lldb_private::ansi::FormatAnsiTerminalCodes(new_prompt, GetUseColor());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h64 namespace ansi { namespace in namespace:lldb_private
68 // Convert "${ansi.XXX}" tokens to ansi values or clear them if do_color is
111 static const char tok_hdr[] = "${ansi.";
/freebsd-13-stable/cddl/usr.sbin/dwatch/
H A Ddwatch129 ansi() { local fmt="$2 $4"; [ "$CONSOLE" ] && fmt="\\033[$1m$2\\033[$3m $4"; function
132 info() { [ "$QUIET" ] || ansi 35 "INFO" 39 "$@" >&2; }
1139 ansi = "(\\033\\[[[:digit:];]+m)?"
1144 date_time = ansi date " +" time ansi
1169 ansi num ansi, num)
1173 ansi num ansi)
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest.cc907 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
908 if (!ansi) return NULL;
909 const int length = strlen(ansi);
911 MultiByteToWideChar(CP_ACP, 0, ansi, length,
914 MultiByteToWideChar(CP_ACP, 0, ansi, length,
929 char* ansi = new char[ansi_length + 1]; local
931 ansi, ansi_length, NULL, NULL);
932 ansi[ansi_length] = 0;
933 return ansi;
/freebsd-13-stable/lib/libmd/
H A Dsha0c.c68 #include <machine/ansi.h> /* we use the __ variants of bit-sized types */
H A Drmd160c.c68 #include <machine/ansi.h> /* we use the __ variants of bit-sized types */
H A Dsha1c.c68 #include <machine/ansi.h> /* we use the __ variants of bit-sized types */
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1068 const char* ansi = String::Utf16ToAnsi(L"str"); local
1069 EXPECT_STREQ("str", ansi);
1070 delete [] ansi;
1077 const char* ansi = String::Utf16ToAnsi(L".:\\ \"*?"); local
1078 EXPECT_STREQ(".:\\ \"*?", ansi);
1079 delete [] ansi;
/freebsd-13-stable/contrib/bmake/
H A Dconfigure3201 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3569 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4199 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
/freebsd-13-stable/contrib/byacc/
H A Dconfigure2014 # Don't try gcc -ansi; that turns off useful extensions and
2016 # AIX -qlanglvl=ansi
2021 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
6527 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
/freebsd-13-stable/contrib/ldns/drill/
H A Dconfigure3145 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3513 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4145 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
/freebsd-13-stable/contrib/sqlite3/tea/
H A Dconfigure3292 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4002 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4519 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure3732 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4661 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
8573 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
/freebsd-13-stable/contrib/file/
H A Dconfigure4219 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4681 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5066 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13164 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
/freebsd-13-stable/contrib/openpam/
H A Dconfigure3655 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4180 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4565 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
/freebsd-13-stable/contrib/tcpdump/
H A Dconfigure3307 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4141 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
/freebsd-13-stable/contrib/libpcap/
H A Dconfigure3382 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4812 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
/freebsd-13-stable/contrib/unbound/
H A Dconfigure3685 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4053 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5067 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
/freebsd-13-stable/contrib/dialog/
H A Dconfigure1814 # Don't try gcc -ansi; that turns off useful extensions and
1816 # AIX -qlanglvl=ansi
1821 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
6358 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
22140 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
/freebsd-13-stable/contrib/ldns/
H A Dconfigure3428 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3796 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12197 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
16322 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.

Completed in 797 milliseconds

12