Home
last modified time | relevance | path

Searched refs:Console (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A DLocale.pm62 require Win32::Console;
63 *GetInputCP = sub { &Win32::Console::InputCP }
64 if defined &Win32::Console::InputCP;
65 *GetOutputCP = sub { &Win32::Console::OutputCP }
66 if defined &Win32::Console::OutputCP;
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dconsole.t5 use TAP::Formatter::Console;
28 my $cons = TAP::Formatter::Console->new;
29 isa_ok $cons, 'TAP::Formatter::Console';
H A Dproverun.t92 use TAP::Formatter::Console;
110 my $orig_output = \&TAP::Formatter::Console::_output;
111 *TAP::Formatter::Console::_output = sub {
/openbsd-src/etc/
H A Dgettytab101 4|Console|Console Decwriter II:\
104 e|Console-1200|Console Decwriter III:\
120 S|suncons|Sun Console:\
/openbsd-src/gnu/usr.bin/binutils/gdb/nlm/
H A Dgdbserve.def5 screenname "System Console"
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/
H A Dpyproject.toml13 "Environment :: Console",
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/
H A DConsole.pm1 package TAP::Formatter::Console;
10 TAP::Formatter::Console - Harness output delegate for default console output
26 use TAP::Formatter::Console;
27 my $harness = TAP::Formatter::Console->new( \%args );
40 ? 'TAP::Formatter::Console::ParallelSession'
41 : 'TAP::Formatter::Console::Session';
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DBreakpointBase.cpp273 g_vsc.SendOutput(OutputType::Console, message); in NotifyLogMessageError()
307 g_vsc.SendOutput(OutputType::Console, output.c_str()); in BreakpointHitCallback()
H A DVSCode.cpp212 case OutputType::Console: in SendOutput()
395 SendOutput(OutputType::Console, in RunLLDBCommands()
H A DVSCode.h67 enum class OutputType { Console, Stdout, Stderr, Telemetry }; enumerator
H A Dlldb-vscode.cpp538 g_vsc.SendOutput(OutputType::Console, llvm::StringRef(sourceMapHelp)); in SetSourceMapFromArguments()
547 g_vsc.SendOutput(OutputType::Console, llvm::StringRef(sourceMapHelp)); in SetSourceMapFromArguments()
645 g_vsc.SendOutput(OutputType::Console, in request_attach()
1448 g_vsc.SendOutput(OutputType::Console, llvm::StringRef{buf}); in request_initialize()
/openbsd-src/sys/arch/hppa/dev/
H A Dcpudevs356 bdma HPPBLANCON 0x052 Miura LAN/Console (J2146A)
358 bdma LANCONS 0x060 LAN/Console
409 adirect HICONS 0x101 Hitachi Console Module
423 console CHEETAH 0x01c Cheetah Console
424 console NULL 0x01f Jason/Anole Null Console
447 fio SPPCON 0x0a1 SPP2000 Console TTY
454 fio BARCO 0x340 BARCO CX4500 VME Graphics Console
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/
H A DParallelSession.pm1 package TAP::Formatter::Console::ParallelSession;
9 use base 'TAP::Formatter::Console::Session';
40 TAP::Formatter::Console::ParallelSession - Harness output delegate for parallel console output
H A DSession.pm1 package TAP::Formatter::Console::Session;
25 TAP::Formatter::Console::Session - Harness output delegate for default console output
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/
H A Dtest-harness-compat.t809 *TAP::Formatter::Console::_output = sub {
/openbsd-src/distrib/notes/alpha/
H A Dprep18 - change the "Console Selection" setting to "OpenVMS console (SRM)"
22 If you didn't find a "Console Selection" entry (for example on 164SX or
178 Console is selected by the `W2' jumper block, to the
H A Dhardware174 Console frame buffers and keyboards are only supported on systems explicitly
/openbsd-src/sys/dev/wscons/
H A Dfiles.wscons5 # "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
/openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/
H A DPerlLog.mc251 Console
254 Console
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DTester.pm47 eval { require Win32::Console::ANSI } if 'MSWin32' eq $^O; # support color on windows platforms
/openbsd-src/sys/arch/luna88k/conf/
H A DGENERIC48 # Workstation Console attachments
H A Dfiles.luna88k46 # "Workstation Console" glue.
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DProcess.inc323 HANDLE Console = GetStdHandle(STD_OUTPUT_HANDLE);
325 GetConsoleMode(Console, &Mode);
327 SetConsoleMode(Console, Mode);
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DTester.pm453 compatible with your terminal. Additionally, L<Win32::Console::ANSI>
564 eval { require Win32::Console::ANSI } if 'MSWin32' eq $^O; # support color on windows platforms
/openbsd-src/gnu/usr.bin/cvs/
H A Dcvsnt.dsp5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
20 !MESSAGE "cvsnt - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "cvsnt - Win32 Debug" (based on "Win32 (x86) Console Application")

12