/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/ |
H A D | OutlinedHashTree.cpp | 54 Size += (N && (!GetTerminalCountOnly || N->Terminals)); in size() 87 Current->Terminals = (Current->Terminals ? *Current->Terminals : 0) + Count; in insert() 100 if (SrcNode->Terminals) in merge() 101 DstNode->Terminals = in merge() 102 (DstNode->Terminals ? *DstNode->Terminals : 0) + *SrcNode->Terminals; in merge() 128 return Current->Terminals; in find()
|
H A D | OutlinedHashTreeRecord.cpp | 32 io.mapRequired("Terminals", res.Terminals); in mapping() 67 Writer.write<uint32_t>(NodeStable.Terminals); in serialize() 84 NodeStable.Terminals = in deserialize() 133 NodeStable.Terminals = Node->Terminals ? *Node->Terminals : 0; in convertToStableData() 157 if (NodeStable.Terminals) in convertFromStableData() 158 Curr->Terminals = NodeStable.Terminals; in convertFromStableData()
|
/freebsd/share/man/man4/ |
H A D | syscons.4 | 83 driver provides multiple virtual terminals. 105 .Ss Virtual Terminals 108 driver provides multiple virtual terminals which appear as if they were 109 separate terminals. 111 occupies the screen and the keyboard; the other virtual terminals 114 In order to use virtual terminals, they must be individually 122 By default, only the first eight virtual terminals are activated in 128 virtual terminals. 142 key on the AT Enhanced keyboard) to cycle available virtual terminals. 144 The default number of available virtual terminals is 16. [all …]
|
H A D | vt.4 | 70 device provides multiple virtual terminals with an extensive feature 86 and virtual terminals. 88 .Ss Virtual Terminals 89 Multiple virtual terminals are provided on a single computer. 90 Up to sixteen virtual terminals can be defined. 94 Alt-F1 through Alt-F12 correspond to the first twelve virtual terminals. 95 If more than twelve virtual terminals are created, Shift-Alt-F1 through 96 Shift-Alt-F4 are used to switch to the additional terminals. 143 Set the number of virtual terminals to be created to 204 Set to 1 to use virtual terminals in text mode instead of graphics mode. [all …]
|
H A D | pty.4 | 40 used for accessing pseudo-terminals before it was replaced by 57 New code should not try to allocate pseudo-terminals using this
|
/freebsd/contrib/ncurses/man/ |
H A D | terminfo.tail | 35 They deal with some special features for terminals no longer 37 Occasionally there are special features of newer terminals which 141 ANSI-standard terminals have 205 as a null character on most terminals, providing CS7 is specified. 310 We now outline how to prepare descriptions of terminals. 348 applies to storage scope terminals, such as \s-1TEKTRONIX\s+1 4010 349 series, as well as hard copy and APL terminals.) 438 hard-copy and \*(``glass-tty\*('' terminals. 584 add 1 to first two parameters (for ANSI terminals) 626 Terminals which use \*(``%c\*('' need to be able to [all …]
|
H A D | term.7 | 64 VT100-compatible terminals and personal-computer emulators. 123 terminals that also explains how to parse them: 142 Wyse, or \fBatt\fP for AT&T terminals), or a common name of the terminal line 143 (\fBvt\fP for the VT series of terminals from DEC, or \fBsun\fP for Sun 168 Some terminals (notably older Wyses) can only support one
|
H A D | terminfo.head | 62 is a database describing terminals, 74 describes terminals by giving a set of capabilities which they 190 .SS "Similar Terminals" 191 If there are two very similar terminals, one (the variant) can be defined as
|
H A D | curs_color.3x | 107 \fIcurses\fP supports color attributes on terminals with that 188 background color for all terminals. 201 Some terminals support more than the eight (8) \*(``ANSI\*('' colors. 214 A few terminals use the HLS color space 219 terminals supporting a large number of colors are limited to the number 517 background color for all terminals can be modified using the
|
/freebsd/share/termcap/ |
H A D | termcap.5 | 60 is a data base describing terminals, 67 Terminals are described in 907 applies to storage scope terminals, 911 terminals.) 1019 terminals. 1101 Terminals that use 1169 sequence on Hewlett-Packard terminals 1226 on many terminals without a true insert/delete line, 1227 and is often faster even on terminals with those features. 1254 There are two basic kinds of intelligent terminals with respect to [all …]
|
H A D | README | 5 First determine a list of "common terminals" for your system. This list 11 script. Notice that the script contains the terminals in order from least 14 termcap since that's moved last. The s.* terminals are specials, and
|
/freebsd/tools/tools/nanobsd/pcengines/Files/etc/ |
H A D | ttys | 1 # This file specifies various information about terminals on the system. 18 # pseudo-terminals, dialup for incoming modem ports, and unknown 32 # Virtual terminals 41 # Serial terminals
|
/freebsd/tools/tools/nanobsd/rescue/Files/etc/ |
H A D | ttys | 1 # This file specifies various information about terminals on the system. 18 # pseudo-terminals, dialup for incoming modem ports, and unknown 32 # Virtual terminals 41 # Serial terminals
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenData/ |
H A D | OutlinedHashTree.h | 30 /// a positive terminal value (Terminals > 0), it signifies the end of 35 /// The number of terminals in the sequence ending at this node. 36 std::optional<unsigned> Terminals; member 63 assert(getRoot()->Hash == 0 && !getRoot()->Terminals); in clear() 84 /// will increase Terminals.
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 2.4.t | 28 .sh "Terminals and Devices 30 Terminals 32 Terminals support \fIread\fP and \fIwrite\fP I/O operations, 39 Terminals are handled according to the underlying communication 96 for upper-case only terminals.
|
/freebsd/libexec/getty/ |
H A D | gettytab | 13 # have been terminals around not being able of handling lower-case 14 # characters. Those terminals aren't supported any longer, but getty is 27 # characters on non-terminals (like pccons) that don't 113 # Fast dialup terminals, 2400/1200/300 rotary (can start either way) 143 # Odd special case terminals 175 # Plugboard, and misc other terminals 220 # Entries for 3-wire serial terminals. These don't supply carrier, so
|
/freebsd/share/doc/smm/01.setup/ |
H A D | 4.t | 190 .Sh 2 "Configuring terminals" 193 access from directly-connected terminals other than the console, 254 Dialup terminals should be wired so that carrier is asserted only when the 256 For non-dialup terminals, from which modem control is not available, 261 For network terminals (i.e. pseudo terminals), no program should 270 When the system is running multi-user, all terminals that are listed in 283 Terminals can similarly be enabled by changing the status field 301 terminals to ttyd?
|
/freebsd/sbin/init/ |
H A D | ttys | 1 # This file specifies various information about terminals on the system. 29 # Virtual terminals 38 # Serial terminals
|
/freebsd/share/doc/usd/12.vi/vi/ |
H A D | vi.in | 82 will work on a large number of display terminals, 83 and new terminals are easily driven after editing a terminal description file. 86 function quite well on dumb terminals over slow phone lines. 94 on hardcopy terminals, storage tubes and ``glass tty's'' using a one line 97 command set is available on all terminals. 208 knows which terminals are hardwired to each port 265 you are using. On most terminals with cursor positioning keys, these keys 297 \*(dd On smart terminals where it is possible, the editor will quietly 377 to scroll up is \fB^U\fR. Many dumb terminals can't scroll up at all, in which 1108 Editing on slow terminals [all …]
|
/freebsd/usr.bin/tabs/ |
H A D | tabs.1 | 151 which set tabs every 8 on Teletype model 37 and compatible printing terminals 155 utility that worked on many terminals appeared in PWB UNIX. 163 (set left soft margin) capability for any terminals.
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | ti,twl-pwmled.txt | 1 Texas Instruments TWL series PWM drivers connected to LED terminals 4 On TWL4030 series: PWMA and PWMB (connected to LEDA and LEDB terminals)
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 93 initialization with terminals which do not negotiate window 216 * linux+kbs for terminals which imitate xterm's behavior with Linux 245 aware of terminals which may support focus in/out 348 Compile-in feature to detect screensize for terminals which do 349 not advertise their screensize, e.g., serial terminals. 470 * Support for direct-color terminals, such as modern xterm. 471 * Support for 256-color terminals, such as modern xterm. 472 * Support for 16-color terminals, such as aixterm and modern xterm. 481 * Real support for terminals with the magic-cookie glitch. The
|
/freebsd/usr.bin/wall/ |
H A D | wall.1 | 43 or, by default, its standard input, on the terminals of all 47 terminals of users who have chosen
|
/freebsd/usr.bin/resizewin/ |
H A D | resizewin.1 | 71 only works with VT100/ANSI-compatible terminals and does not emit 76 terminals, including xterm, konsole, gnome-terminal, iTerm,
|
/freebsd/usr.bin/lock/ |
H A D | lock.1 | 64 Disable switching virtual terminals while this terminal is locked. 77 Lock the terminal for 5 minutes, disable switching virtual terminals and
|