Home
last modified time | relevance | path

Searched refs:Terminal (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h20 class Terminal {
22 Terminal(int fd = -1) : m_fd(fd) {} in m_fd()
24 ~Terminal() = default;
118 Terminal m_tty; ///< A terminal
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h24 Terminal, enumerator
42 class Terminal : public LExpr {
46 Terminal(til::SExpr *Expr) : LExpr(LExpr::Terminal), Expr(Expr) {} in Terminal() function
51 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; } in classof()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp62 case LExpr::Terminal: in implies()
87 case LExpr::Terminal: in implies()
98 return cast<Terminal>(LHS)->expr() == cast<Terminal>(RHS)->expr(); in implies()
/freebsd-13.1/contrib/ee/
H A Dnew_curse.c646 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 DREADME.ee50 Terminal capabilities and communication speeds have evolved considerably
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp24 bool Terminal::IsATerminal() const { return m_fd >= 0 && ::isatty(m_fd); } in IsATerminal()
26 bool Terminal::SetEcho(bool enabled) { in SetEcho()
55 bool Terminal::SetCanonical(bool enabled) { in SetCanonical()
/freebsd-13.1/contrib/ncurses/include/
H A DMKkey_defs.sh66 key_resize kr1 str R1 KEY_RESIZE + ----- Terminal resize event
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dwordprocessors163 # Corel Terminal
165 >>9 byte 10 Corel Terminal resource data
166 >>9 byte 11 Corel Terminal resource data
167 >>9 byte 43 Corel Terminal resource data
169 >>>9 byte x Corel Terminal: Unknown filetype %d
H A Dmsdos1251 >>>&-1 string <Terminal \b, font=%.32s
1252 #>>>&-1 string =Terminal \b, font=%.32s
1253 >>>&-1 string >Terminal \b, font=%.32s
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dmodule.modulemap52 module Terminal { header "Host/Terminal.h" export * }
/freebsd-13.1/usr.bin/vi/catalog/
H A Dgerman.UTF-8.base15 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-13.1/contrib/tcsh/nls/german/
H A Dset725 23 %s: WARNUNG: Ihr Terminal kann den Cursor nicht aufwärts bewegen.\n
H A Dset149 47 Kann nicht vom Terminal
/freebsd-13.1/usr.sbin/pppctl/
H A Dpppctl.c279 Terminal(void *v) in Terminal() function
626 pthread_create(&td.trm, NULL, Terminal, &td); in main()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DOptions.td193 "Create Terminal Server aware executable (default)",
194 "Create non-Terminal Server aware executable">;
/freebsd-13.1/contrib/ncurses/
H A DREADME.MinGW134 - Support for networked Terminal connections (via terminfo)
H A DANNOUNCE304 Terminal database
949 * Terminal Database
971 + Terminal database
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h434 Terminal terminal(stdin_fd); in Run()
/freebsd-13.1/contrib/ncurses/misc/
H A Dterminfo.src903 beterm|BeOS Terminal,
2974 #### Terminal.app
2978 # Terminal.app is a Terminal emulator bundled with NeXT's NeXTSTEP and
3103 # /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
4016 mintty|Cygwin Terminal,
4283 # Windows Terminal.
5471 gnome-fc5|GNOME Terminal,
5547 gnome|GNOME Terminal,
5601 xfce|Xfce Terminal,
5655 mgt|Multi GNOME Terminal,
[all …]
/freebsd-13.1/contrib/mandoc/
H A Dlib.in128 LINE("libterminfo", "Terminal Information Library (libterminfo, \\-lterminfo)")
/freebsd-13.1/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr231 msg_system_console_terminal_type="System Console Terminal Type"
/freebsd-13.1/contrib/ncurses/doc/
H A Dncurses-intro.doc28 o Causing Output to the Terminal
35 o Handling Multiple Terminal Screens
36 o Testing for Terminal Capabilities
424 checking for startup errors. Terminal status changing routines like
663 Causing Output to the Terminal
838 Handling Multiple Terminal Screens
850 Testing for Terminal Capabilities
/freebsd-13.1/share/termcap/
H A Dtermcap52 # 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:\
3548 # Terminal entries for the Texas Instruments 703/707
[all …]
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile252 SRCS+= Host/common/Terminal.cpp
/freebsd-13.1/share/examples/ppp/
H A Dppp.conf.sample121 # An on-demand dialup example using an external Terminal Adapter (TA)

12