Searched refs:Console (Results 1 – 25 of 44) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/ |
| D | Locale.pm | 62 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/ |
| D | console.t | 5 use TAP::Formatter::Console; 28 my $cons = TAP::Formatter::Console->new; 29 isa_ok $cons, 'TAP::Formatter::Console';
|
| D | proverun.t | 92 use TAP::Formatter::Console; 110 my $orig_output = \&TAP::Formatter::Console::_output; 111 *TAP::Formatter::Console::_output = sub {
|
| /openbsd/src/etc/ |
| D | gettytab | 101 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/ |
| D | gdbserve.def | 5 screenname "System Console"
|
| /openbsd/src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ |
| D | pyproject.toml | 13 "Environment :: Console",
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/ |
| D | Console.pm | 1 package TAP::Formatter::Console;
|
| /openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/ |
| D | BreakpointBase.cpp | 273 g_vsc.SendOutput(OutputType::Console, message); in NotifyLogMessageError() 307 g_vsc.SendOutput(OutputType::Console, output.c_str()); in BreakpointHitCallback()
|
| D | VSCode.cpp | 212 case OutputType::Console: in SendOutput() 395 SendOutput(OutputType::Console, in RunLLDBCommands()
|
| D | VSCode.h | 67 enum class OutputType { Console, Stdout, Stderr, Telemetry }; enumerator
|
| D | lldb-vscode.cpp | 538 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/ |
| D | cpudevs | 356 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/ |
| D | ParallelSession.pm | 1 package TAP::Formatter::Console::ParallelSession;
|
| D | Session.pm | 1 package TAP::Formatter::Console::Session;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/ |
| D | test-harness-compat.t | 809 *TAP::Formatter::Console::_output = sub {
|
| /openbsd/src/distrib/notes/alpha/ |
| D | prep | 18 - 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
|
| D | hardware | 174 Console frame buffers and keyboards are only supported on systems explicitly
|
| /openbsd/src/sys/dev/wscons/ |
| D | files.wscons | 5 # "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/ |
| D | PerlLog.mc | 251 Console 254 Console
|
| /openbsd/src/sys/arch/luna88k/conf/ |
| D | GENERIC | 48 # Workstation Console attachments
|
| D | files.luna88k | 46 # "Workstation Console" glue.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
| D | Tester.pm | 47 eval { require Win32::Console::ANSI } if 'MSWin32' eq $^O; # support color on windows platforms
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/Windows/ |
| D | Process.inc | 323 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/ |
| D | Tester.pm | 564 … eval { require Win32::Console::ANSI } if 'MSWin32' eq $^O; # support color on windows platforms
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | Makefile.bsd-wrapper1 | 646 TAP::Formatter::Console 3p lib/TAP/Formatter/Console.pm \ 647 TAP::Formatter::Console::ParallelSession 3p lib/TAP/Formatter/Console/ParallelSession.pm \ 648 TAP::Formatter::Console::Session 3p lib/TAP/Formatter/Console/Session.pm \
|
12