Home
last modified time | relevance | path

Searched refs:terminal (Results 1 – 25 of 81) sorted by last modified time

1234

/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids20431 c004 Braille Note Apex (braille terminal mode)
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src147 # the terminal.
1262 # uses resizable terminal windows, but the bundled terminal program always
1582 # Monochrome QNX4 terminal or console. Setting this terminal type will
3987 kvt|KDE terminal,
4773 # Columbus UNIX virtual terminal. This terminal also appears in
6193 # Generic HP terminal - this should (hopefully) work on any HP terminal.
6449 # The HP 150 terminal is a fairly vanilla HP terminal, with the
7244 # designed for use as a SCO ANSI terminal. The qvt70 is a color terminal
13420 # DASHER D578 terminal.
14841 # terminal.
[all …]
H A Dtermcap.src147 # the terminal.
1140 # uses resizable terminal windows, but the bundled terminal program always
1401 # Monochrome QNX4 terminal or console. Setting this terminal type will
3495 kvt|KDE terminal:\
4169 # Columbus UNIX virtual terminal. This terminal also appears in
5469 # Generic HP terminal - this should (hopefully) work on any HP terminal.
5707 # The HP 150 terminal is a fairly vanilla HP terminal, with the
6429 # designed for use as a SCO ANSI terminal. The qvt70 is a color terminal
11897 # DASHER D578 terminal.
13174 # terminal.
[all …]
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1405 echo "terminal=dtterm" >> $sysidcfg
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope352 # My admittedly uninformed guess is that the terminal has two authorities,
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE101 07-11-27 stty.c: add -t,--terminal-group to list tty pgrp
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c335 static char terminal[MAXPATHLEN]; variable
1373 SCPYL(terminal, argv[optind]); in get_options()
1450 SCPYL(terminal, optarg); in get_options()
1597 if (!tflag && !strlen(terminal)) in process_rlogin()
1598 getstr(terminal, sizeof (terminal), "Terminal type"); in process_rlogin()
1600 if (strlen(terminal)) in process_rlogin()
1601 doremoteterm(terminal); in process_rlogin()
2203 ENVSTRNCAT(term, terminal); in establish_user_environment()
2205 if (strlen(terminal)) { in establish_user_environment()
2206 ENVSTRNCAT(term, terminal); in establish_user_environment()
H A Dlogin.dfl36 # any of the currently enabled /dev/vt/# virtual terminal devices.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A DMakefile30 sys_bsd.o terminal.o utilities.o genget.o
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c204 unsigned terminal:1; /* no action req. if found */ member
1148 s->ud_attr.terminal ? " old" : "", in ufsfx_do_failure_q()
1151 if (s->ud_attr.terminal) { in ufsfx_do_failure_q()
2089 HIDEOUS((": %sterminal] ", s->ud_attr.terminal? "": "not ")); in terminal_state()
2090 return ((int)s->ud_attr.terminal); in terminal_state()
2572 if (s->ud_attr.terminal) { in ufsfx_get_failure_qlen()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c586 fb_info.terminal.x = VGA_TEXT_COLS; in boot_fb()
587 fb_info.terminal.y = VGA_TEXT_ROWS; in boot_fb()
922 if (cols >= fb_info.terminal.x) in btem_control()
923 cols = fb_info.terminal.x - 1; in btem_control()
932 for (y = 0; y < fb_info.terminal.y; y++) { in btem_control()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps72 hard_copy hc hc bool Hardcopy terminal
92 can_change ccc cc bool terminal can redefine existing color
110 virtual_terminal vt vt number Virtual terminal # (CB/Unix)
115 max_attributes ma ma number Max combined attr. terminal can display
185 form_feed ff ff str Hardcopy terminal page eject (P*)
200 key_down kcud1 kd str Sent by terminal down arrow key
218 key_left kcub1 kl str Sent by terminal left arrow key
222 key_right kcuf1 kr str Sent by terminal right arrow key
226 key_up kcuu1 ku str Sent by terminal up arrow key
228 keypad_xmit smkx ks str Put terminal in keypad transmit mode
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c772 _blast_keys(TERMINAL *terminal) in _blast_keys() argument
774 terminal->_keys = NULL; in _blast_keys()
775 terminal->internal_keys = NULL; in _blast_keys()
776 terminal->_ksz = terminal->_first_macro = 0; in _blast_keys()
777 terminal->_lastkey_ordered = terminal->_lastmacro_ordered = -1; in _blast_keys()
778 (void) memset((char *)terminal->funckeystarter, 0, 0400 * in _blast_keys()
H A Ddelkeymap.c42 delkeymap(TERMINAL *terminal) in delkeymap() argument
45 int numkeys = terminal->_ksz; in delkeymap()
48 for (kpp = terminal->_keys; numkeys-- > 0; kpp++) { in delkeymap()
54 if (terminal->_keys != NULL) { in delkeymap()
55 free(terminal->_keys); in delkeymap()
56 if (terminal->internal_keys != NULL) in delkeymap()
57 free(terminal->internal_keys); in delkeymap()
59 _blast_keys(terminal); in delkeymap()
H A Ddelterm.c57 if (!terminal) in delterm()
63 if (terminal->_pairs_tbl) in delterm()
65 if (terminal->_color_tbl) in delterm()
68 if (terminal->_acs32map) in delterm()
71 if (terminal->_acsmap) in delterm()
72 free(terminal->_acsmap); in delterm()
81 free(terminal->_bools); in delterm()
82 free(terminal->_nums); in delterm()
83 free(terminal->_strs); in delterm()
84 free(terminal->_strtab); in delterm()
[all …]
H A Dcaps48 hard_copy, "hc" "hc" Hardcopy terminal
91 virtual_terminal, "vt" "vt" Virtual terminal number (CB/Unix)
180 form_feed, "ff" "ff" Hardcopy terminal page eject (*)
195 key_down, "kcud1" "kd" KEY_DOWN, 0402, Sent by terminal down arrow key
213 key_left, "kcub1" "kl" KEY_LEFT, 0404, Sent by terminal left arrow key
221 key_up, "kcuu1" "ku" KEY_UP, 0403, Sent by terminal up arrow key
223 keypad_xmit, "smkx" "ks" Put terminal in "keypad transmit" mode
256 reset_1string, "rs1" "r1" Reset terminal completely to sane modes.
257 reset_2string, "rs2" "r2" Reset terminal completely to sane modes.
258 reset_3string, "rs3" "r3" Reset terminal completely to sane modes.
[all …]
H A D_del_curterm.c47 del_curterm(TERMINAL *terminal) in del_curterm() argument
49 return (delterm(terminal)); in del_curterm()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c111 static char *terminal = ""; variable
191 terminal = *++argv; in main()
195 terminal = scan+2; in main()
250 if (*terminal == '\0') { in main()
252 *terminal == '\0') { in main()
257 terminal = "ansi+tabs"; in main()
499 if (strncmp(terminal, "40-2", 4) == 0 || strncmp(terminal, in termadj()
502 else if (strncmp(terminal, "ibm", 3) == 0 || strcmp(terminal, in termadj()
507 if (EQ(terminal, t->ttype)) in termadj()
538 tmarg = getmarg(terminal); in settabs()
[all …]
/illumos-gate/usr/src/cmd/gss/etc/
H A Dwarn.conf31 * renew:log-failure terminal 30m
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs360 audit terminal ID, audit sessions ID, audit pre-selection mask).
/illumos-gate/usr/src/grub/
H A Dmenu.lst21 # terminal serial
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source657 "Give the -l option if the printer is\nalso a login terminal, give the\n-h option if it is not."
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt472 comment=1, terminal ID, "port":
474 comment=1, terminal ID, "ip address":
1689 comment=1, terminal ID, "setaudit&colon;port":
1690 comment=1, terminal ID, "setaudit&colon;machine":
1721 comment=1, terminal ID, "port":
1723 comment=1, terminal ID, "ip address":
/illumos-gate/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

1234