Searched refs:terminal (Results 1 - 25 of 62) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Ddelterm.c50 * Relinquish the storage associated with "terminal".
57 delterm(TERMINAL *terminal) argument
59 if (!terminal)
61 (void) delkeymap(terminal);
62 if (terminal->_check_fd >= 0)
63 (void) close(terminal->_check_fd);
65 if (terminal->_pairs_tbl)
66 free(terminal->_pairs_tbl);
67 if (terminal->_color_tbl)
68 free(terminal
[all...]
H A D_del_curterm.c49 del_curterm(TERMINAL *terminal) argument
51 return (delterm(terminal));
H A Ddelkeymap.c44 delkeymap(TERMINAL *terminal) argument
47 int numkeys = terminal->_ksz;
50 for (kpp = terminal->_keys; numkeys-- > 0; kpp++) {
56 if (terminal->_keys != NULL) {
57 free(terminal->_keys);
58 if (terminal->internal_keys != NULL)
59 free(terminal->internal_keys);
61 _blast_keys(terminal);
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 completel
[all...]
H A Dsetupterm.c70 char *Def_term = "unknown", /* default terminal type */
221 * and read it in. Parms are terminal type (0 means use getenv("TERM"),
303 * if the length of the specified terminal name is longer
651 * or backtab, even if the terminal has them, since the
765 _blast_keys(TERMINAL *terminal) argument
767 terminal->_keys = NULL;
768 terminal->internal_keys = NULL;
769 terminal->_ksz = terminal->_first_macro = 0;
770 terminal
[all...]
/opensolaris-onvv-gate/usr/src/cmd/gss/etc/
H A Dwarn.conf28 # <principal> [renew:<opt1,...optN>] syslog|terminal <time>
33 * renew:log-failure terminal 30m
/opensolaris-onvv-gate/usr/src/cmd/tabs/
H A Dtabs.c34 * set tabs (and margin, if +mn), for terminal type
113 static char *terminal = ""; variable
193 terminal = *++argv;
197 terminal = scan+2;
252 if (*terminal == '\0') {
253 if ((terminal = getenv("TERM")) == (char *)NULL ||
254 *terminal == '\0') {
259 terminal = "ansi+tabs";
262 if (setupterm(terminal, 1, &err) == ERR) {
264 "tabs: %s: terminfo file not found\n"), terminal);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/tplot/
H A Dtplot.sh40 *) echo terminal type not known 1>&2; exit 1
/opensolaris-onvv-gate/usr/src/cmd/write/
H A Dwrite.c81 static FILE *fp; /* File pointer for receipient's terminal */
82 static char *rterm, *receipient; /* Pointer to receipient's terminal & name */
95 char *terminal, *ownterminal, *oterminal; local
122 gettext("user_name [terminal]"));
129 /* Set "rterm" to location where receipient's terminal will go. */
132 terminal = NULL;
136 gettext("user_name [terminal]"));
144 /* Was a terminal name supplied? If so, save it. */
148 gettext("user_name [terminal]"));
151 terminal
[all...]
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A Dansi.ti44 # ANSI capabilities are broken up into pieces, so that a terminal
78 ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim,
82 ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold,
89 # ANSI is a vanilla ANSI terminal. This is assumed to implement
93 # underline, and reverse, which won't matter much if the terminal
100 ansi|generic ansi standard terminal,
110 # Bare minimum ANSI terminal. This should work on anything, but
114 minansi|minimum ansi standard terminal,
118 # This terminal type is for ANSI terminals with ONLY memory
128 # Columbus UNIX virtual terminal
[all...]
H A Dfortune.ti48 fortune|Fortune Systems 32:16 terminal,
H A Dscreen.ti31 # Screen is a curses based virtual terminal multiplexor.
32 screen|VT 100/ANSI X3.64 virtual terminal,
56 screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm48 $terminal = Tgetent Term::Cap { TERM => undef, OSPEED => $ospeed };
49 $terminal->Trequire(qw/ce ku kd/);
50 $terminal->Tgoto('cm', $col, $row, $FH);
51 $terminal->Tputs('dl', $count, $FH);
52 $terminal->Tpad($string, $count, $FH);
57 a terminal capability (termcap) database.
59 More information on the terminal capabilities will be found in the
70 print $terminal->Tpad($self->{_xx}, 1);
117 then use to send the control strings to the terminal using B<Tputs>
120 The function extracts the entry of the specified terminal
[all...]
H A DReadLine.pm123 I<terminal capacities>, first two will be issued to make the prompt
333 our $terminal;
335 return if defined $terminal;
338 $terminal = Tgetent Term::Cap ({OSPEED => 9600}); # Avoid warning.
349 unless (defined $terminal) {
354 @rl_term_set = map {$_ ? $terminal->Tputs($_,1) || '' : ''} @ts;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A DMakefile30 sys_bsd.o terminal.o utilities.o genget.o
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dansi29 # Vanilla ANSI terminal. This definition basically describes
30 # every thing possible on an ANSI terminal. It assumes padding
37 ansi|vanilla ansi terminal,
87 ansi-tiny|Minimum ANSI terminal definition,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL199 sequences for the terminal from termcap, and use that information in
201 width of your terminal device. Using this option requires that your system
204 will contain terminal control sequences for your current terminal type.
210 your terminal device.
243 from this environment variable, if available. It overrides terminal width
250 current terminal device.
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Drm.c35 " standard input is a terminal, and the \b--force\b option is not"
91 int terminal; /* attached to terminal */ member in struct:State_s
265 else if (!state->force && state->terminal && S_ISREG(ent->fts_statp->st_mode))
350 state.terminal = isatty(0);
/opensolaris-onvv-gate/usr/src/cmd/login/
H A Dlogin.c344 static char terminal[MAXPATHLEN]; variable
1399 SCPYL(terminal, argv[optind]);
1476 SCPYL(terminal, optarg);
1556 "\t[-t terminal] [-u identity] [-U ruser]\n"
1557 "\t[-h hostname [terminal] | -r hostname] [name [environ]...]\n");
1562 * doremoteterm - Sets the appropriate ioctls for a remote terminal
1621 if (!tflag && !strlen(terminal))
1622 getstr(terminal, sizeof (terminal), "Terminal type");
1624 if (strlen(terminal))
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm88 my $terminal = Tgetent Term::Cap ({OSPEED => 9600}); # Avoid warning.
91 my $colors = join "\t", map {$terminal->Tputs($_,1)} @props;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DTermcap.pm11 # terminal type.
40 # In the initialization method, grab our terminal characteristics as well as
52 # Fall back on a hard-coded terminal speed if POSIX::Termios isn't
149 text using the correct termcap escape sequences for the current terminal.
156 the current terminal, and falls back on the ECMA-48 (the same in this
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c61 * Read and execute commands from the terminal.
378 (void) fgets(input, sizeof (input), terminal);
379 } while (!feof(terminal) && input[0] == '\n');
380 if (feof(terminal)) {
H A Dtape.c95 terminal = stdin;
128 * our own connection to the terminal.
130 terminal = fopen("/dev/tty", "r");
131 if (terminal == NULL) {
137 terminal = fopen("/dev/null", "r");
138 if (terminal == NULL) {
504 (void) fgets(tbf, (int)tbfsize, terminal);
505 } while (!feof(terminal) && tbf[0] == '\n');
506 if (feof(terminal))
540 (void) fgets(tbf, (int)tbfsize, terminal);
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Dread_pwd.c110 /* There are 5 types of terminal interface supported,
264 $DESCRIPTOR(terminal,"TT");
326 status = sys$assign(&terminal,&channel,0,0);
/opensolaris-onvv-gate/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 i
[all...]

Completed in 87 milliseconds

123