| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Terminal.h | 21 class Terminal { 23 Terminal(int fd = -1) : m_fd(fd) {} in m_fd() 25 ~Terminal() {} in ~Terminal() 139 Terminal m_tty; ///< A terminal
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyLogical.h | 25 Terminal, enumerator 43 class Terminal : public LExpr { 47 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} in Terminal() function 52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; } in classof()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ThreadSafetyLogical.cpp | 63 case LExpr::Terminal: in implies() 88 case LExpr::Terminal: in implies() 99 return cast<Terminal>(LHS)->expr() == cast<Terminal>(RHS)->expr(); in implies()
|
| /freebsd-12.1/contrib/ee/ |
| H A D | new_curse.c | 646 struct termio Terminal; variable 649 struct sgttyb Terminal; variable 802 if (Terminal.c_cflag & PARENB) in initscr() 804 if (Terminal.c_cflag & PARENB) in initscr() 819 value = Terminal.c_cflag & 037; in initscr() 861 if (Terminal.sg_flags & EVENP) in initscr() 863 else if (Terminal.sg_flags & ODDP) in initscr() 865 value = Terminal.sg_ospeed; in initscr() 2687 Terminal.c_lflag &= ~FLUSHO; in raw() 2690 Terminal.c_lflag &= ~PENDIN; in raw() [all …]
|
| H A D | README.ee | 50 Terminal capabilities and communication speeds have evolved considerably
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 25 bool Terminal::IsATerminal() const { return m_fd >= 0 && ::isatty(m_fd); } in IsATerminal() 27 bool Terminal::SetEcho(bool enabled) { in SetEcho() 56 bool Terminal::SetCanonical(bool enabled) { in SetCanonical()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | wordprocessors | 148 # Corel Terminal 150 >>9 byte 10 Corel Terminal resource data 151 >>9 byte 11 Corel Terminal resource data 152 >>9 byte 43 Corel Terminal resource data 154 >>>9 byte x Corel Terminal: Unknown filetype %d
|
| H A D | msdos | 979 >>>&-1 string <Terminal \b, font=%.32s 980 #>>>&-1 string =Terminal \b, font=%.32s 981 >>>&-1 string >Terminal \b, font=%.32s
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | MKkey_defs.sh | 64 key_resize kr1 str R1 KEY_RESIZE + ----- Terminal resize event
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | module.modulemap | 50 module Terminal { header "Host/Terminal.h" export * }
|
| /freebsd-12.1/usr.bin/vi/catalog/ |
| H A D | german.UTF-8.base | 15 016 "Vi's Standardein- und -ausgabe muß ein Terminal sein" 199 207 "Das Q Kommando benötigt das ex Terminal Interface" 223 233 "Dieses Terminal hat keine %s Taste" 262 272 "Diese Form von %s benötigt das ex Terminal-Interface" 273 283 "Das %s Kommando benötigt das ex Terminal-Interface"
|
| /freebsd-12.1/contrib/tcsh/nls/german/ |
| H A D | set7 | 26 23 %s: WARNUNG: Ihr Terminal kann den Cursor nicht aufwärts bewegen.\n
|
| H A D | set1 | 50 47 Kann nicht vom Terminal
|
| /freebsd-12.1/usr.sbin/pppctl/ |
| H A D | pppctl.c | 279 Terminal(void *v) in Terminal() function 626 pthread_create(&td.trm, NULL, Terminal, &td); in main()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Options.td | 146 "Create Terminal Server aware executable (default)", 147 "Create non-Terminal Server aware executable">;
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | README.MinGW | 133 - Support for networked Terminal connections (via terminfo)
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 840 #### Apple Terminal.app 844 # Terminal.app is a Terminal emulator bundled with NeXT's NeXTStep and 969 # /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal 1527 beterm|BeOS Terminal, 4521 gnome-rh72|GNOME Terminal, 4541 gnome-rh80|GNOME Terminal, 4558 gnome-fc5|GNOME Terminal, 4630 gnome|GNOME Terminal, 4645 xfce|Xfce Terminal, 4653 mgt|Multi GNOME Terminal, [all …]
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | lib.in | 128 LINE("libterminfo", "Terminal Information Library (libterminfo, \\-lterminfo)")
|
| /freebsd-12.1/usr.sbin/bsdconfig/console/include/ |
| H A D | messages.subr | 231 msg_system_console_terminal_type="System Console Terminal Type"
|
| /freebsd-12.1/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 28 o Causing Output to the Terminal 35 o Handling Multiple Terminal Screens 36 o Testing for Terminal Capabilities 408 checking for startup errors. Terminal status changing routines like 647 Causing Output to the Terminal 822 Handling Multiple Terminal Screens 834 Testing for Terminal Capabilities
|
| /freebsd-12.1/share/termcap/ |
| H A D | termcap | 52 # Terminal naming conventions: 53 # Terminal names look like <manufacturer> <model> - <modes/options> 62 # rv Terminal in reverse video mode (black on white) 203 # AT&T Teletype 5410 Terminal (a.k.a. 4410) 241 # AT&T Teletype 5420 Terminal (a.k.a. 4415) June 5, 1985 253 # AT&T Teletype 5425 Terminal (a.k.a 4425) June 5, 1985 301 # AT&T Teletype 610 Terminal 457 hft-c|ibm8512|ibm8513|IBM High Function Terminal:\ 473 hft|AIWS High Function Terminal:\ 3536 # Terminal entries for the Texas Instruments 703/707 [all …]
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 232 SRCS+= Host/common/Terminal.cpp
|
| /freebsd-12.1/share/examples/ppp/ |
| H A D | ppp.conf.sample | 121 # An on-demand dialup example using an external Terminal Adapter (TA)
|
| /freebsd-12.1/usr.sbin/services_mkdb/ |
| H A D | services | 430 914c/g 211/tcp #Texas Instruments 914C/G Terminal 431 914c/g 211/udp #Texas Instruments 914C/G Terminal
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 946 Terminal terminal(stdin_fd); in Run()
|