Home
last modified time | relevance | path

Searched refs:terminal (Results 1 – 25 of 74) sorted by relevance

123

/titanic_41/usr/src/lib/libcurses/screen/
H A Ddelterm.c57 delterm(TERMINAL *terminal) in delterm() argument
59 if (!terminal) in delterm()
61 (void) delkeymap(terminal); in delterm()
62 if (terminal->_check_fd >= 0) in delterm()
63 (void) close(terminal->_check_fd); in delterm()
65 if (terminal->_pairs_tbl) in delterm()
66 free(terminal->_pairs_tbl); in delterm()
67 if (terminal->_color_tbl) in delterm()
68 free(terminal->_color_tbl); in delterm()
70 if (terminal->_acs32map) in delterm()
[all …]
H A Ddelkeymap.c44 delkeymap(TERMINAL *terminal) in delkeymap() argument
47 int numkeys = terminal->_ksz; in delkeymap()
50 for (kpp = terminal->_keys; numkeys-- > 0; kpp++) { in delkeymap()
56 if (terminal->_keys != NULL) { in delkeymap()
57 free(terminal->_keys); in delkeymap()
58 if (terminal->internal_keys != NULL) in delkeymap()
59 free(terminal->internal_keys); in delkeymap()
61 _blast_keys(terminal); in delkeymap()
H A D_del_curterm.c49 del_curterm(TERMINAL *terminal) in del_curterm() argument
51 return (delterm(terminal)); in del_curterm()
H A Dsetupterm.c765 _blast_keys(TERMINAL *terminal) in _blast_keys() argument
767 terminal->_keys = NULL; in _blast_keys()
768 terminal->internal_keys = NULL; in _blast_keys()
769 terminal->_ksz = terminal->_first_macro = 0; in _blast_keys()
770 terminal->_lastkey_ordered = terminal->_lastmacro_ordered = -1; in _blast_keys()
771 (void) memset((char *)terminal->funckeystarter, 0, 0400 * in _blast_keys()
H A Dcaps50 hard_copy, "hc" "hc" Hardcopy terminal
93 virtual_terminal, "vt" "vt" Virtual terminal number (CB/Unix)
98 max_attributes, "ma" "ma" max combined video attributes terminal can display
182 form_feed, "ff" "ff" Hardcopy terminal page eject (*)
197 key_down, "kcud1" "kd" KEY_DOWN, 0402, Sent by terminal down arrow key
215 key_left, "kcub1" "kl" KEY_LEFT, 0404, Sent by terminal left arrow key
219 key_right, "kcuf1" "kr" KEY_RIGHT, 0405, Sent by terminal right arrow key
223 key_up, "kcuu1" "ku" KEY_UP, 0403, Sent by terminal up arrow key
225 keypad_xmit, "smkx" "ks" Put terminal in "keypad transmit" mode
258 reset_1string, "rs1" "r1" Reset terminal completely to sane modes.
[all …]
H A Dtermcap.ed122 /* pt: true if terminal has ^I tabs every 8 spaces */
130 /* ns: true if no way to scroll the terminal */
/titanic_41/usr/src/cmd/tabs/
H A Dtabs.c113 static char *terminal = ""; variable
193 terminal = *++argv; in main()
197 terminal = scan+2; in main()
252 if (*terminal == '\0') { in main()
253 if ((terminal = getenv("TERM")) == (char *)NULL || in main()
254 *terminal == '\0') { in main()
259 terminal = "ansi+tabs"; in main()
262 if (setupterm(terminal, 1, &err) == ERR) { in main()
264 "tabs: %s: terminfo file not found\n"), terminal); in main()
268 "tabs: cannot set tabs on terminal type %s\n"), terminal); in main()
[all …]
/titanic_41/usr/src/cmd/write/
H A Dwrite.c95 char *terminal, *ownterminal, *oterminal; in main() local
132 terminal = NULL; in main()
151 terminal = *++argv; in main()
193 if (terminal != NULL) { in main()
194 if (strncmp(terminal, &ubuf->ut_line[0], in main()
237 else if (terminal == NULL) { in main()
259 if (terminal != NULL && *rterm == '\0') { in main()
265 if (strlcat(rterminal, terminal, sizeof (rterminal)) >= in main()
285 gettext("%s permission denied\n"), terminal); in main()
290 receipient, terminal); in main()
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME12 Description of terminal tables for new nroff:
16 The first line should contain the name of the terminal -- just a string,
31 twinit [string] /*sequence to initialize terminal*/
32 twrest [string] /*sequence to restore terminal*/
72 can be printed on the terminal in question. The format of each line
79 The best way to create a terminal table for a new device is to take
80 a terminal table for an old device and modify it!
81 For example, here is the first page of the terminal table for lp:
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-281 File: grub.info, Node: Serial terminal, Next: Preset Menu, Prev: Network, Up: Top
86 This chapter describes how to use the serial terminal support in
94 serial ports. In addition, a terminal emulator is also required, such as
98 As for GRUB, the instruction to set up a serial terminal is quite
102 terminal support already.
104 Then, initialize your serial terminal after GRUB starts up. Here is
108 grub> terminal serial
115 The command `terminal' (*note terminal::) chooses which type of
116 terminal you want to use. In the case above, the terminal will be a
117 serial terminal, but you can also pass `console' to the command, as
[all …]
H A Dgrub.info52 * Serial terminal:: Using GRUB via a serial line
285 To support computers with no console, GRUB provides remote terminal
287 serial terminal support is implemented at the moment.
1272 File: grub.info, Node: Network, Next: Serial terminal, Prev: Configuration, Up: Top
1387 File: grub.info, Node: Serial terminal, Next: Preset Menu, Prev: Network, Up: Top
1392 This chapter describes how to use the serial terminal support in GRUB.
1399 serial ports. In addition, a terminal emulator is also required, such as
1403 As for GRUB, the instruction to set up a serial terminal is quite
1407 terminal support already.
1409 Then, initialize your serial terminal after GRUB starts up. Here is
[all …]
/titanic_41/usr/src/cmd/login/
H A Dlogin.c335 static char terminal[MAXPATHLEN]; variable
1372 SCPYL(terminal, argv[optind]); in get_options()
1449 SCPYL(terminal, optarg); in get_options()
1594 if (!tflag && !strlen(terminal)) in process_rlogin()
1595 getstr(terminal, sizeof (terminal), "Terminal type"); in process_rlogin()
1597 if (strlen(terminal)) in process_rlogin()
1598 doremoteterm(terminal); in process_rlogin()
2200 ENVSTRNCAT(term, terminal); in establish_user_environment()
2202 if (strlen(terminal)) { in establish_user_environment()
2203 ENVSTRNCAT(term, terminal); in establish_user_environment()
/titanic_41/usr/src/cmd/gss/etc/
H A Dwarn.conf33 * renew:log-failure terminal 30m
/titanic_41/usr/src/lib/libcmd/common/
H A Drm.c91 int terminal; /* attached to terminal */ member
265 else if (!state->force && state->terminal && S_ISREG(ent->fts_statp->st_mode)) in rm()
350 state.terminal = isatty(0); in b_rm()
/titanic_41/usr/src/cmd/sendmail/lib/
H A Dhelpfile32 ehlo SOML Send as mail or terminal [RFC821]
33 ehlo SAML Send as mail and terminal [RFC821]
77 send directly to a users terminal. Not supported in this
83 saml Send and mail. Send directly to the user's terminal,
/titanic_41/usr/src/cmd/Adm/
H A Dttysrch25 # during attempts to determine the name of a terminal device.
28 # are most likely to contain device entries for terminal
/titanic_41/usr/src/grub/grub-0.97/
H A DAUTHORS28 hidden menu support, the new Linux loader, serial terminal support,
54 logical partitions, and did a significant bugfix for the terminal stuff.
/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c95 terminal = stdin; in setinput()
130 terminal = fopen("/dev/tty", "r"); in setinput()
131 if (terminal == NULL) { in setinput()
137 terminal = fopen("/dev/null", "r"); in setinput()
138 if (terminal == NULL) { in setinput()
504 (void) fgets(tbf, (int)tbfsize, terminal); in getvol()
505 } while (!feof(terminal) && tbf[0] == '\n'); in getvol()
506 if (feof(terminal)) in getvol()
540 (void) fgets(tbf, (int)tbfsize, terminal); in getvol()
541 if (feof(terminal)) in getvol()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps74 hard_copy hc hc bool Hardcopy terminal
94 can_change ccc cc bool terminal can redefine existing color
112 virtual_terminal vt vt number Virtual terminal # (CB/Unix)
117 max_attributes ma ma number Max combined attr. terminal can display
187 form_feed ff ff str Hardcopy terminal page eject (P*)
202 key_down kcud1 kd str Sent by terminal down arrow key
220 key_left kcub1 kl str Sent by terminal left arrow key
224 key_right kcuf1 kr str Sent by terminal right arrow key
228 key_up kcuu1 ku str Sent by terminal up arrow key
230 keypad_xmit smkx ks str Put terminal in keypad transmit mode
[all …]
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps74 hard_copy hc hc bool Hardcopy terminal
94 can_change ccc cc bool terminal can redefine existing color
112 virtual_terminal vt vt number Virtual terminal # (CB/Unix)
117 max_attributes ma ma number Max combined attr. terminal can display
187 form_feed ff ff str Hardcopy terminal page eject (P*)
202 key_down kcud1 kd str Sent by terminal down arrow key
220 key_left kcub1 kl str Sent by terminal left arrow key
224 key_right kcuf1 kr str Sent by terminal right arrow key
228 key_up kcuu1 ku str Sent by terminal up arrow key
230 keypad_xmit smkx ks str Put terminal in keypad transmit mode
[all …]
/titanic_41/usr/src/cmd/terminfo/
H A Dtermcap.src6 # Report bugs and new terminal descriptions to
110 # script (reorder) that moved the most common terminal types to the front of
136 # that important and frequently-encountered terminal types are near the
139 # usually correspond to manufacturers or standard terminal classes.
147 # the terminal.
151 # particular hardware of the terminal. The part to the right may be used
152 # for flags indicating special ROMs, extra memory, particular terminal modes,
199 # u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA)
200 # u8 terminal answerback description
204 # The terminal enquire string <u9> should elicit an answerback response
[all …]
H A Dterminfo.src6 # Report bugs and new terminal descriptions to
110 # script (reorder) that moved the most common terminal types to the front of
136 # that important and frequently-encountered terminal types are near the
139 # usually correspond to manufacturers or standard terminal classes.
147 # the terminal.
151 # particular hardware of the terminal. The part to the right may be used
152 # for flags indicating special ROMs, extra memory, particular terminal modes,
199 # u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA)
200 # u8 terminal answerback description
204 # The terminal enquire string <u9> should elicit an answerback response
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A DMakefile28 sys_bsd.o terminal.o utilities.o genget.o
/titanic_41/usr/src/cmd/ipf/examples/
H A Dexample.1112 # block anything trying to get to X terminal ports, X:0 to X:9
/titanic_41/usr/src/cmd/ssh/doc/
H A DOVERVIEW113 encode and set terminal modes is in ttymodes.c.
121 Writing to the system log and terminal
125 terminal. The implementation that logs to system log is in

123