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

12

/freebsd-9.3-release/sys/sys/
H A Dterminal.h44 struct terminal;
49 * The terminal layer is an abstraction on top of the TTY layer and the
53 * Terminals contain terminal emulators, which means console drivers
54 * don't need to implement their own terminal emulator. The terminal
82 typedef void tc_cursor_t(struct terminal *tm, const term_pos_t *p);
83 typedef void tc_putchar_t(struct terminal *tm, const term_pos_t *p,
85 typedef void tc_fill_t(struct terminal *tm, const term_rect_t *r,
87 typedef void tc_copy_t(struct terminal *tm, const term_rect_t *r,
89 typedef void tc_param_t(struct terminal *t
122 struct terminal { struct
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_terminal.c41 #include <sys/terminal.h>
46 static MALLOC_DEFINE(M_TERMINAL, "terminal", "terminal device");
51 * Normally we don't need to lock down the terminal emulator, because
53 * Unfortunately this is not the case when the terminal acts as a
138 terminal_init(struct terminal *tm)
147 struct terminal *
150 struct terminal *tm;
152 tm = malloc(sizeof(struct terminal), M_TERMINAL, M_WAITOK|M_ZERO);
162 terminal_sync_ttysize(struct terminal *t
[all...]
/freebsd-9.3-release/gnu/usr.bin/texinfo/info/
H A DMakefile9 signals.c terminal.c tilde.c variables.c window.c
/freebsd-9.3-release/etc/rc.d/
H A Dserial114 terminal() { function
116 # with the cable or terminal arranged so that DCD is on
117 # at least while the terminal is on.
139 terminal ${dc} $*
158 # terminal u 0
/freebsd-9.3-release/contrib/ncurses/misc/
H A Drun_tic.in106 These are extended terminal capabilities which are compiled
125 These are extended terminal capabilities which may be compiled
H A Demx.src34 # This section describes terminal classes and maker brands that are still
41 # know what kind of terminal is on it. The characteristics of an unknown
42 # terminal are the lowest common denominator - they look about like a ti 700.
52 unknown|unknown terminal type,
157 #### ANSI/ECMA-48 terminals and terminal emulators
166 ansi-mini|any ansi terminal with pessimistic assumptions,
335 # On my terminal, \E[4m looks dim.
416 #### X terminal emulators
422 x10term|vs100-x10|xterm terminal emulator (X10 window system),
480 xterm-r6|xterm terminal emulato
[all...]
/freebsd-9.3-release/gnu/lib/libreadline/readline/
H A DMakefile12 util.c kill.c undo.c macro.c input.c callback.c terminal.c \
/freebsd-9.3-release/sbin/restore/
H A Drestore.h62 extern FILE *terminal; /* file descriptor for the terminal input */
H A Dtape.c135 terminal = stdin;
152 * our own connection to the terminal.
154 terminal = fopen(_PATH_TTY, "r");
155 if (terminal == NULL) {
158 terminal = fopen(_PATH_DEVNULL, "r");
159 if (terminal == NULL) {
335 if (yflag || ferror(terminal) || feof(terminal))
372 if (fgets(buf, BUFSIZ, terminal) == NULL)
390 if (fgets(buf, BUFSIZ, terminal)
[all...]
H A Dutilities.c393 c = getc(terminal);
394 while (c != '\n' && getc(terminal) != '\n')
H A Dinteractive.c93 * Read and execute commands from the terminal.
324 if (fgets(input, BUFSIZ, terminal) == NULL) {
H A Dmain.c76 FILE *terminal; variable
/freebsd-9.3-release/usr.bin/telnet/
H A DMakefile11 telnet.c terminal.c utilities.c
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt113 gnome-terminal 900
136 gnome-terminal 51955
145 gnome-terminal
182 gnome-terminal
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt113 gnome-terminal 900
136 gnome-terminal 51955
145 gnome-terminal
182 gnome-terminal
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c93 * a Unicode-capable terminal would have something resembling a mode.
/freebsd-9.3-release/contrib/libreadline/shlib/
H A DMakefile.in130 $(topdir)/callback.c $(topdir)/terminal.c $(topdir)/xmalloc.c \
147 util.so kill.so undo.so macro.so input.so callback.so terminal.so \
294 terminal.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
295 terminal.so: $(topdir)/tcap.h
296 terminal.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
297 terminal.so: $(topdir)/tilde.h $(topdir)/history.h
298 terminal.so: $(topdir)/rltypedefs.h
325 terminal.so: $(topdir)/rlshell.h
344 terminal.so: $(topdir)/rlprivate.h
368 terminal
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A DMakefile.in108 $(srcdir)/callback.c $(srcdir)/terminal.c $(srcdir)/xmalloc.c \
125 util.o kill.o undo.o macro.o input.o callback.o terminal.o \
379 terminal.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
380 terminal.o: tcap.h
381 terminal.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
382 terminal.o: history.h rlstdc.h
407 terminal.o: rlshell.h
426 terminal.o: rlprivate.h
450 terminal.o: xmalloc.h
491 terminal
[all...]
/freebsd-9.3-release/sys/dev/vt/
H A Dvt.h47 #include <sys/terminal.h>
145 * Per-window terminal screen buffer.
242 struct terminal *vw_terminal; /* (c) Terminal. */
347 static struct terminal driver ## _consterm; \
H A Dvt_core.c52 #include <sys/terminal.h>
191 /* Notify owner process about terminal availability. */
592 vtterm_bell(struct terminal *tm)
604 vtterm_cursor(struct terminal *tm, const term_pos_t *p)
612 vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c)
620 vtterm_fill(struct terminal *tm, const term_rect_t *r, term_char_t c)
628 vtterm_copy(struct terminal *tm, const term_rect_t *r,
637 vtterm_param(struct terminal *tm, int cmd, unsigned int arg)
692 * Align the terminal to the centre of the screen.
812 vtterm_done(struct terminal *t
[all...]
/freebsd-9.3-release/release/picobsd/mfs_tree/etc/
H A Drc.serial87 terminal() {
89 # with the cable or terminal arranged so that DCD is on
90 # at least while the terminal is on.
118 # terminal d a 0
/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c488 fatal(2, "Can't get terminal parameters: %m");
502 fatal(2, "Can't set terminal parameters: %m");
544 fatal(2, "Can't restore terminal parameters: %m");
826 * is terminal.
835 * The expectation did not occur. This is terminal.
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dread_pwd.c113 * There are 5 types of terminal interface supported, TERMIO, TERMIOS, VMS,
268 $DESCRIPTOR(terminal, "TT");
331 status = sys$assign(&terminal, &channel, 0, 0);
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.keys215 auto_right_margin am bool am - - YBCGE terminal has automatic margins
221 hard_copy hc bool hc - - YBCG- hardcopy terminal
229 over_strike os bool os - - YBCG- terminal can overstrike
234 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
241 can_change ccc bool cc - - ----- terminal can re-define existing colors
243 hue_lightness_saturation hls bool hl - - ----- terminal uses only HLS color notation (Tektronix)
270 virtual_terminal vt num vt - - YB--- virtual terminal number (CB/unix)
275 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
335 command_character cmdch str CC - - YB-G- terminal settable cmd character in prototype !?
372 form_feed ff str ff - - YB-G- hardcopy terminal pag
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c179 * There are 5 types of terminal interface supported, TERMIO, TERMIOS, VMS,
289 static $DESCRIPTOR(terminal, "TT");
514 status = sys$assign(&terminal, &channel, 0, 0);

Completed in 321 milliseconds

12