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

12

/freebsd-11-stable/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
299 terminal_getc(int *code, terminal_handle_t *terminal, svn_boolean_t can_erase, apr_pool_t *pool) argument
495 terminal_handle_t *terminal; local
594 terminal_handle_t *terminal; local
815 terminal_handle_t *terminal; local
[all...]
H A Dconfig_file.c569 char *terminal;
572 terminal = strchr(ctx->section->data, ']');
574 if (!terminal)
584 *terminal = 0;
585 ctx->section->len = terminal - ctx->section->data;
567 char *terminal; local
/freebsd-11-stable/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-11-stable/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
163 terminal_init(struct terminal *tm)
172 struct terminal *
175 struct terminal *tm;
177 tm = malloc(sizeof(struct terminal), M_TERMINAL, M_WAITOK|M_ZERO);
187 terminal_sync_ttysize(struct terminal *t
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A DMakefile.am12 sys_bsd.c telnet.c terminal.c \
/freebsd-11-stable/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-11-stable/contrib/ncurses/misc/
H A Drun_tic.in133 These are extended terminal capabilities which are compiled
152 These are extended terminal capabilities which may be compiled
/freebsd-11-stable/sbin/restore/
H A Drestore.h62 extern FILE *terminal; /* file descriptor for the terminal input */
H A Dtape.c136 terminal = stdin;
153 * our own connection to the terminal.
155 terminal = fopen(_PATH_TTY, "r");
156 if (terminal == NULL) {
159 terminal = fopen(_PATH_DEVNULL, "r");
160 if (terminal == NULL) {
338 if (yflag || ferror(terminal) || feof(terminal))
376 if (fgets(buf, BUFSIZ, terminal) == NULL)
394 if (fgets(buf, BUFSIZ, terminal)
[all...]
H A Dutilities.c393 c = getc(terminal);
394 while (c != '\n' && getc(terminal) != '\n')
/freebsd-11-stable/gnu/lib/libreadline/readline/
H A DMakefile10 util.c kill.c undo.c macro.c input.c callback.c terminal.c \
/freebsd-11-stable/usr.bin/telnet/
H A DMakefile11 telnet.c terminal.c utilities.c
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c116 * a Unicode-capable terminal would have something resembling a mode.
/freebsd-11-stable/sys/dev/vt/
H A Dvt_cpulogos.c36 #include <sys/terminal.h>
151 struct terminal *tm;
185 /* Resize screen buffer and terminal. */
208 struct terminal *tm;
243 /* Resize screen buffer and terminal. */
H A Dvt_core.c54 #include <sys/terminal.h>
187 struct terminal vt_consterm;
234 struct terminal vt_consterm = {
458 /* Notify owner process about terminal availability. */
481 /* Check if virtual terminal is locked */
1025 vtterm_bell(struct terminal *tm)
1040 vtterm_beep(struct terminal *tm, u_int param)
1059 vtterm_cursor(struct terminal *tm, const term_pos_t *p)
1068 vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c)
1077 vtterm_fill(struct terminal *t
[all...]
H A Dvt.h47 #include <sys/terminal.h>
177 * Per-window terminal screen buffer.
273 struct terminal *vw_terminal; /* (c) Terminal. */
373 extern struct terminal vt_consterm;
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h423 Terminal terminal(stdin_fd);
425 const bool is_a_tty = terminal.IsATerminal();
429 terminal.SetCanonical(false);
430 terminal.SetEcho(true);
/freebsd-11-stable/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-11-stable/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-11-stable/lib/libedit/
H A DMakefile17 parse.c prompt.c read.c refresh.c search.c sig.c terminal.c tty.c vi.c
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp348 // By default the stdio paths passed in will be pseudo-terminal (/dev/pts).
406 int terminal = m_monitor->GetTerminalFD(); local
407 if (terminal >= 0) {
411 int stdio = fcntl(terminal, F_DUPFD_CLOEXEC, 0);
418 int stdio = fcntl(terminal, F_DUPFD, 0);
423 stdio = fcntl(terminal, F_SETFD, FD_CLOEXEC);
/freebsd-11-stable/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");
543 status = sys$assign(&terminal, &channel, 0, 0);
552 /* If IO$_SENSEMODE doesn't work, this is not a terminal device */

Completed in 165 milliseconds

12