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

12

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c55 /* Descriptor of an open terminal */
61 svn_boolean_t noecho; /* terminal echo was turned off */
62 svn_boolean_t close_handles; /* close handles when closing the terminal */
66 svn_boolean_t restore_state; /* terminal state was changed */
68 struct termios attr; /* saved terminal attributes */
74 terminal_handle_init(terminal_handle_t *terminal,
79 memset(terminal, 0, sizeof(*terminal));
80 terminal->infd = infd;
81 terminal
72 terminal_handle_init(terminal_handle_t *terminal, apr_file_t *infd, apr_file_t *outfd, svn_boolean_t noecho, svn_boolean_t close_handles, apr_pool_t *pool) argument
91 terminal_cleanup_handler(terminal_handle_t *terminal, svn_boolean_t close_handles, svn_boolean_t restore_state) argument
138 terminal_close(terminal_handle_t *terminal) argument
154 terminal_open(terminal_handle_t **terminal, svn_boolean_t noecho, apr_pool_t *pool) argument
235 terminal_puts(const char *string, terminal_handle_t *terminal, apr_pool_t *pool) argument
303 terminal_getc(int *code, terminal_handle_t *terminal, svn_boolean_t can_erase, apr_pool_t *pool) argument
499 terminal_handle_t *terminal; local
598 terminal_handle_t *terminal; local
819 terminal_handle_t *terminal; local
[all...]
/freebsd-10.1-release/sys/sys/
H A Dterminal.h47 struct terminal;
52 * The terminal layer is an abstraction on top of the TTY layer and the
56 * Terminals contain terminal emulators, which means console drivers
57 * don't need to implement their own terminal emulator. The terminal
145 typedef void tc_cursor_t(struct terminal *tm, const term_pos_t *p);
146 typedef void tc_putchar_t(struct terminal *tm, const term_pos_t *p,
148 typedef void tc_fill_t(struct terminal *tm, const term_rect_t *r,
150 typedef void tc_copy_t(struct terminal *tm, const term_rect_t *r,
152 typedef void tc_param_t(struct terminal *t
192 struct terminal { struct
[all...]
/freebsd-10.1-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-10.1-release/gnu/usr.bin/texinfo/info/
H A DMakefile9 signals.c terminal.c tilde.c variables.c window.c
/freebsd-10.1-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-10.1-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-10.1-release/gnu/lib/libreadline/readline/
H A DMakefile12 util.c kill.c undo.c macro.c input.c callback.c terminal.c \
/freebsd-10.1-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) {
337 if (yflag || ferror(terminal) || feof(terminal))
374 if (fgets(buf, BUFSIZ, terminal) == NULL)
392 if (fgets(buf, BUFSIZ, terminal)
[all...]
H A Dutilities.c393 c = getc(terminal);
394 while (c != '\n' && getc(terminal) != '\n')
H A Dinteractive.c94 * Read and execute commands from the terminal.
325 if (fgets(input, BUFSIZ, terminal) == NULL) {
/freebsd-10.1-release/usr.bin/telnet/
H A DMakefile11 telnet.c terminal.c utilities.c
/freebsd-10.1-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-10.1-release/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt113 gnome-terminal 900
136 gnome-terminal 51955
145 gnome-terminal
182 gnome-terminal
/freebsd-10.1-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c93 * a Unicode-capable terminal would have something resembling a mode.
/freebsd-10.1-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-10.1-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-10.1-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-10.1-release/usr.bin/chat/
H A Dchat.c489 fatal(2, "Can't get terminal parameters: %m");
503 fatal(2, "Can't set terminal parameters: %m");
545 fatal(2, "Can't restore terminal parameters: %m");
827 * is terminal.
836 * The expectation did not occur. This is terminal.
/freebsd-10.1-release/sys/dev/vt/
H A Dvt_core.c53 #include <sys/terminal.h>
174 static struct terminal vt_consterm;
219 static struct terminal vt_consterm = {
427 /* Notify owner process about terminal availability. */
902 vtterm_bell(struct terminal *tm)
914 vtterm_beep(struct terminal *tm, u_int param)
930 vtterm_cursor(struct terminal *tm, const term_pos_t *p)
939 vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c)
948 vtterm_fill(struct terminal *tm, const term_rect_t *r, term_char_t c)
957 vtterm_copy(struct terminal *t
[all...]
H A Dvt.h47 #include <sys/terminal.h>
166 * Per-window terminal screen buffer.
257 struct terminal *vw_terminal; /* (c) Terminal. */
/freebsd-10.1-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-10.1-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-10.1-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c187 * There are 5 types of terminal interface supported, TERMIO, TERMIOS, VMS,
291 static $DESCRIPTOR(terminal, "TT");
516 status = sys$assign(&terminal, &channel, 0, 0);

Completed in 303 milliseconds

12