Home
last modified time | relevance | path

Searched refs:terminal (Results 1 – 25 of 229) sorted by relevance

12345678910

/freebsd/sys/sys/
H A Dterminal.h46 struct terminal;
144 typedef void tc_cursor_t(struct terminal *tm, const term_pos_t *p);
145 typedef void tc_putchar_t(struct terminal *tm, const term_pos_t *p,
147 typedef void tc_fill_t(struct terminal *tm, const term_rect_t *r,
149 typedef void tc_copy_t(struct terminal *tm, const term_rect_t *r,
151 typedef void tc_pre_input_t(struct terminal *tm);
152 typedef void tc_post_input_t(struct terminal *tm);
153 typedef void tc_param_t(struct terminal *tm, int cmd, unsigned int arg);
154 typedef void tc_done_t(struct terminal *tm);
156 typedef void tc_cnprobe_t(struct terminal *tm, struct consdev *cd);
[all …]
/freebsd/sys/kern/
H A Dsubr_terminal.c165 terminal_init(struct terminal *tm) in terminal_init()
198 struct terminal *
201 struct terminal *tm; in terminal_alloc()
203 tm = malloc(sizeof(struct terminal), M_TERMINAL, M_WAITOK|M_ZERO); in terminal_alloc()
213 terminal_sync_ttysize(struct terminal *tm) in terminal_sync_ttysize()
227 terminal_maketty(struct terminal *tm, const char *fmt, ...) in terminal_maketty()
244 terminal_set_cursor(struct terminal *tm, const term_pos_t *pos) in terminal_set_cursor()
251 terminal_set_winsize_blank(struct terminal *tm, const struct winsize *size, in terminal_set_winsize_blank()
277 terminal_set_winsize(struct terminal *tm, const struct winsize *size) in terminal_set_winsize()
291 terminal_mute(struct terminal *tm, int yes) in terminal_mute()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td76 …Desc<"When in a color-enabled terminal, use the ANSI terminal code specified in this format immedi…
80 …Desc<"When in a color-enabled terminal, use the ANSI terminal code specified in this format immedi…
122 …Desc<"When displaying the column marker in a color-enabled terminal, use the ANSI terminal code sp…
126 …Desc<"When displaying the column marker in a color-enabled terminal, use the ANSI terminal code sp…
130 …Desc<"When displaying the line marker in a color-enabled terminal, use the ANSI terminal code spec…
134 …Desc<"When displaying the line marker in a color-enabled terminal, use the ANSI terminal code spec…
162 …ether to show progress or not if the debugger's output is an interactive color-enabled terminal.">;
166 …Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified i…
170 …Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified i…
206 …Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified…
[all …]
/freebsd/contrib/tcsh/nls/russian/
H A Dset73 1 \n\tTcsh thinks your terminal has the\n
23 21 %s: No entry for terminal type "%s"\n
24 22 %s: using dumb terminal settings.\n
25 23 %s: ВНИМАНИЕ: Your terminal cannot move up.\n
/freebsd/sbin/init/
H A Dttys5 # name The name of the terminal device.
7 # getty The program to start running on the terminal. Typically a
12 # type The initial terminal type for this port. For hardwired
13 # terminal lines, this will contain the type of terminal used.
16 # unknown when the terminal type cannot be predetermined.
H A DNOTES16 not specify how controlling terminal access is affected by
21 references to the controlling terminal are converted to
29 that is, it's immune to job control signals from the terminal.
62 the controlling terminal acquires the session leader's process
69 allocate a controlling terminal. This is normally done by a system
72 of a tty in a session sets the controlling terminal. P130 has the
76 process in a session that acquires a controlling terminal. Access
77 to the terminal from the session is revoked if the controlling
/freebsd/tools/tools/nanobsd/pcengines/Files/etc/
H A Dttys5 # name The name of the terminal device.
7 # getty The program to start running on the terminal. Typically a
12 # type The initial terminal type for this port. For hardwired
13 # terminal lines, this will contain the type of terminal used.
19 # when the terminal type cannot be predetermined.
/freebsd/tools/tools/nanobsd/rescue/Files/etc/
H A Dttys5 # name The name of the terminal device.
7 # getty The program to start running on the terminal. Typically a
12 # type The initial terminal type for this port. For hardwired
13 # terminal lines, this will contain the type of terminal used.
19 # when the terminal type cannot be predetermined.
/freebsd/contrib/tcsh/nls/C/
H A Dset73 1 \n\tTcsh thinks your terminal has the\n
23 21 %s: No entry for terminal type "%s"\n
24 22 %s: using dumb terminal settings.\n
25 23 %s: WARNING: Your terminal cannot move up.\n
/freebsd/contrib/tcsh/nls/french/
H A Dset73 1 \n\tTcsh a déterminé que votre terminal a les\n
23 21 %s: Pas d'entrée pour le type de terminal "%s"\n
24 22 %s: utilise la configuration d'un terminal banal.\n
25 23 %s: ATTENTION: Votre terminal ne peut effectuer de déplacement vers le haut.\n
/freebsd/contrib/tcsh/nls/spanish/
H A Dset73 1 \n\tTcsh cree que su terminal tiene las\n
23 21 %s: No hay ninguna entrada correspondiente a la terminal tipo "%s"\n
24 22 %s: usando los valores de una terminal tonta.\n
25 23 %s: Aviso: Su terminal no puede moverse hacia arriba.\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset73 1 \n\tTcsh thinks your terminal has the\n
23 21 %s: No entry for terminal type "%s"\n
25 23 %s: WARNING: Your terminal cannot move up.\n
/freebsd/contrib/ee/
H A DREADME.ee30 terminal-based screen oriented editor that requires no instruction to
55 glamorous interfaces as easy to use as possible. If terminal interfaces
60 order for ee to work, a terminal must have the ability to position the cursor
68 terminal's capabilities.
86 your terminal configuration, especially if you're using a terminal
90 terminal or emulator the terminal information is being used with.
92 else (like the terminal emulator being used).
/freebsd/contrib/ncurses/
H A DANNOUNCE32 * tabs, set tabs on a terminal
35 * tput, utility for retrieving terminal capabilities in shell
37 * tset, to initialize the terminal
75 The functions which convert parameterized terminal capability
76 strings for output to the terminal (tiparm and tparm) analyze the
81 point to an invalid terminal database. This is a longstanding
111 capability string comes from the terminal description which
118 passed to these functions come from the loaded terminal
126 from TERMINAL, and check if they are for a terminal, like SVr4
160 to make the infocmp option "-u" option help refactor the terminal
[all …]
H A DREADME104 To do its job, the ncurses code needs your terminal type to be set in the
107 a database of terminal descriptions in which to look up your terminal type's
122 terminfo description for your terminal, it will fall back to the termcap file
130 clear -- emits clear-screen for current terminal
131 tabs -- set tabs on a terminal
132 tput -- shell-script access to terminal capabilities.
134 tset -- terminal-initialization utility
161 areas of background color, terminal modes. Also memory leak testing,
/freebsd/contrib/ntp/scripts/
H A Dplot_summary-opts.def60 descrip = 'Gnuplot terminal';
62 This is string is passed directly to the @code{gnuplot set terminal}
65 terminal") for the list of available options.
H A Dinvoke-plot_summary.texi52 --plot-term=str Gnuplot terminal
99 This is the ``gnuplot terminal'' option.
101 This is string is passed directly to the @code{gnuplot set terminal}
104 terminal") for the list of available options.
/freebsd/contrib/ncurses/misc/
H A Demx.src35 # This section describes terminal classes and maker brands that are still
42 # know what kind of terminal is on it. The characteristics of an unknown
43 # terminal are the lowest common denominator - they look about like a ti 700.
53 unknown|unknown terminal type,
158 #### ANSI/ECMA-48 terminals and terminal emulators
167 ansi-mini|any ansi terminal with pessimistic assumptions,
336 # On my terminal, \E[4m looks dim.
417 #### X terminal emulators
423 x10term|vs100-x10|xterm terminal emulator (X10 window system),
481 xterm-r6|xterm terminal emulator (X11R6 Window System),
[all …]
H A Drun_tic.in140 These are extended terminal capabilities which are compiled
160 These are extended terminal capabilities which may be compiled
/freebsd/contrib/tcsh/nls/et/
H A Dset73 1 \n\tTcsh arvab, et teie terminal omab\n
25 23 %s: HOIATUS: Teie terminal ei saa liikuda üles.\n
/freebsd/sys/dev/vt/
H A Dvt_cpulogos.c121 struct terminal *tm = vd->vd_curwindow->vw_terminal; in vtterm_draw_cpu_logos()
153 struct terminal *tm; in vt_fini_logos()
210 struct terminal *tm; in vt_init_logos()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-passwd.pod.in33 option B<-stdin>, or from the command line, or from the terminal otherwise.
65 When reading a password from the terminal, this implies B<-noverify>.
77 Don't verify when reading a password from the terminal.
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h447 Terminal terminal(stdin_fd); in Run()
448 TerminalState terminal_state(terminal); in Run()
450 if (terminal.IsATerminal()) { in Run()
452 llvm::consumeError(terminal.SetCanonical(false)); in Run()
453 llvm::consumeError(terminal.SetEcho(true)); in Run()
/freebsd/libexec/rc/rc.d/
H A Dserial113 terminal() { function
138 terminal ${dc} $*
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses346 userdef E3 str - clears the terminal's scrollback buffer.
347 userdef NQ bool - terminal does not support query/response
352 userdef U8 num n terminal does/does not support VT100 SI/SO when processing UTF-8 encoding.
379 userdef C8 bool - terminal shows bold as high-intensity colors.
383 userdef G0 bool - terminal can deal with ISO 2022 font selection sequences.
384 userdef KJ str s set the encoding of the terminal.
390 userdef XT bool - terminal understands special xterm sequences (OSC, mouse tracking).
398 userdef Ms str ss store the current buffer in the host terminal's selection (clipboard).
399 userdef Se str - reset the cursor style to the terminal initial state.
410 userdef RV str - report terminal secondary device attributes
[all …]

12345678910