Searched refs:term (Results 1 - 25 of 154) sorted by relevance

1234567

/freebsd-current/lib/libvgl/
H A Dkeyboard.c47 static struct termios term; local
52 term = VGLKeyboardTty;
53 cfmakeraw(&term);
54 term.c_iflag = IGNPAR | IGNBRK;
55 term.c_oflag = OPOST | ONLCR;
56 term.c_cflag = CREAD | CS8;
57 term.c_lflag &= ~(ICANON | ECHO | ISIG);
58 term.c_cc[VTIME] = 0;
59 term.c_cc[VMIN] = 0;
60 cfsetispeed(&term, 960
[all...]
/freebsd-current/tools/tools/iso/
H A Dcheck-iso639.pl31 my $term = $3;
36 $old{$bib}{term} = $term;
52 my $term = $a[1];
55 $term = $bib if ($term eq "");
59 $new{$bib}{term} = $term;
68 print "In old but not new: $old{$bib}{a2}\t$old{$bib}{bib}\t$old{$bib}{term}\t$old{$bib}{name}\n";
78 print "In new but not old: $new{$bib}{a2}\t$new{$bib}{bib}\t$new{$bib}{term}\
[all...]
/freebsd-current/contrib/netbsd-tests/usr.bin/infocmp/
H A Dt_terminfo.sh30 atf_set "descr" "infocmp can decode one of some existing term types"
35 for term in ansi vt100 wsvt25 sun-ss5 ibcs2 vt52 386at h19k h19kermit
38 env TERM="${term}" infocmp
49 for term in this-is-no-term nonexistent
52 env TERM="${term}" infocmp
/freebsd-current/contrib/ncurses/form/
H A Dfrm_hook.c88 GEN_HOOK_SET_FUNCTION(field, term)
98 GEN_HOOK_GET_FUNCTION(field, term)
132 GEN_HOOK_SET_FUNCTION(form, term)
142 GEN_HOOK_GET_FUNCTION(form, term)
/freebsd-current/contrib/ncurses/progs/
H A Dclear.c74 char *term; local
78 term = getenv("TERM");
85 term = optarg;
103 setupterm(term, fd, (int *) 0);
H A Ddump_entry.h48 #include <term.h>
H A Dinfocmp.c1299 dump_initializers(TERMTYPE2 *term) argument
1307 for_each_string(n, term) {
1310 if (VALID_STRING(term->Strings[n])) {
1314 for (sp = term->Strings[n];
1330 string_variable(ExtStrname(term, (int) n, strnames)),
1338 for_each_boolean(n, term) {
1339 switch ((int) (term->Booleans[n])) {
1357 n, ExtBoolname(term, (int) n, boolnames), str);
1363 for_each_number(n, term) {
1365 switch (term
1423 dump_termtype(TERMTYPE2 *term) argument
[all...]
H A Dtput.c297 char *term; local
311 term = getenv("TERM");
321 term = optarg;
355 if (term == 0 || *term == '\0')
360 if (setupterm(term, fd, &errret) != OK && errret <= 0)
361 quit(ErrTermType, "unknown terminal \"%s\"", term);
/freebsd-current/contrib/ncurses/menu/
H A Dm_hook.c93 GEN_HOOK_SET_FUNCTION(menu, term)
105 GEN_HOOK_GET_FUNCTION(menu, term)
139 GEN_HOOK_SET_FUNCTION(item, term)
151 GEN_HOOK_GET_FUNCTION(item, term)
/freebsd-current/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c82 struct termios term; local
91 memset(&term, 0, sizeof(term));
92 term.c_iflag = TTYDEF_IFLAG;
93 term.c_oflag = TTYDEF_OFLAG;
94 term.c_cflag = TTYDEF_CFLAG;
95 term.c_lflag = TTYDEF_LFLAG;
96 cfsetspeed(&term, TTYDEF_SPEED);
99 REQUIRE_ERRNO(openpty(&m, &s, name, &term, NULL), -1);
145 if (tcsetattr(s, TCSADRAIN, &term)
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c59 struct termios term, oterm; local
95 memcpy(&term, &oterm, sizeof(term));
97 term.c_lflag &= ~(ECHO | ECHONL);
99 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
100 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
102 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
104 memset(&term, 0, sizeof(term));
105 term
[all...]
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c65 struct termios term, oterm; local
99 memcpy(&term, &oterm, sizeof(term));
101 term.c_lflag &= ~(ECHO | ECHONL);
103 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
104 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
106 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
108 memset(&term, 0, sizeof(term));
109 term
[all...]
/freebsd-current/lib/libc/gen/
H A Dreadpassphrase.c48 struct termios term, oterm; local
92 memcpy(&term, &oterm, sizeof(term));
94 term.c_lflag &= ~(ECHO | ECHONL);
95 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
96 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
97 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
99 memset(&term, 0, sizeof(term));
100 term
[all...]
/freebsd-current/sys/gdb/
H A Dgdb.h60 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \
65 .gdb_term = term, \
/freebsd-current/contrib/mandoc/
H A Dmandoc.c99 char term; local
129 term = '\0';
147 term = ']';
154 term = '\'';
230 term = ']';
271 term = **start;
302 term = **start;
343 term = ']';
347 term = '\'';
391 if ('\0' != term) {
[all...]
/freebsd-current/tools/tools/termcap/
H A Dtermcap.pl39 Usage: $0 -l [term]
40 Show all lengths or the ones for terminals matching [term]
42 Usage: $0 -p <term>
43 Print all information about <term>
45 Usage: $0 -r <term>
46 Print all relations from and to <term>
/freebsd-current/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c171 struct termios term, oterm; local
209 memcpy(&term, &oterm, sizeof(term));
211 term.c_lflag &= ~(ECHO | ECHONL);
213 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
214 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
216 (void)tcsetattr(input, _T_FLUSH, &term);
218 memset(&term, 0, sizeof(term));
219 term
[all...]
/freebsd-current/contrib/one-true-awk/
H A Dawkgram.y65 %type <p> pas pattern ppattern plist pplist patlist prarg term re
216 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); }
218 | term
250 | pattern term %prec CAT { $$ = op2(CAT, $1, $2); }
252 | term
298 print prarg '|' term {
301 | print prarg APPEND term {
304 | print prarg GT term {
359 term: label
360 term '/' ASGNO
[all...]
/freebsd-current/contrib/ntp/parseutil/
H A Dtestdcf.c374 struct termios term; local
377 if (tcgetattr(fd, &term) == -1)
383 memset(term.c_cc, 0, sizeof(term.c_cc));
384 term.c_cc[VMIN] = 1;
387 term.c_cflag = CS8|CREAD|CLOCAL;
389 term.c_cflag = CS8|CREAD|CLOCAL|PARENB;
391 term.c_iflag = IGNPAR;
392 term.c_oflag = 0;
393 term
[all...]
/freebsd-current/contrib/ncurses/include/
H A Dncurses_mingw.h79 extern NCURSES_EXPORT(void) _nc_set_term_driver(void* term);
/freebsd-current/sys/kern/
H A Dtty_compat.c96 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term) argument
108 term->c_ispeed = compatspcodes[speed];
110 term->c_ispeed = tp->t_termios.c_ispeed;
115 term->c_ospeed = compatspcodes[speed];
117 term->c_ospeed = tp->t_termios.c_ospeed;
118 term->c_cc[VERASE] = sg->sg_erase;
119 term->c_cc[VKILL] = sg->sg_kill;
122 ttcompatsetflags(tp, term);
130 cc = term->c_cc;
146 cc = term
190 struct termios term; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h91 /// \param[in] term
99 TerminalState(Terminal term = -1, bool save_process_group = false);
111 /// \param[in] term
121 bool Save(Terminal term, bool save_process_group);
/freebsd-current/usr.bin/tip/tip/
H A Dtip.c207 term = defterm;
208 term.c_lflag &= ~(ICANON|IEXTEN|ECHO);
209 term.c_iflag &= ~(INPCK|ICRNL);
210 term.c_oflag &= ~OPOST;
211 term.c_cc[VMIN] = 1;
212 term.c_cc[VTIME] = 0;
213 defchars = term;
214 term.c_cc[VINTR] = term.c_cc[VQUIT] = term
[all...]
/freebsd-current/usr.bin/env/
H A Denv.c62 char *altpath, **ep, *p, **parg, term; local
79 term = '\n';
87 term = '\0';
187 if (term == '\0')
204 (void)printf("%s%c", *ep, term);
/freebsd-current/usr.bin/banner/
H A Dbanner.c1011 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
1118 term = 0;
1121 while (!term) {
1128 printf("pc=%d, term=%d, max=%d, linen=%d, x=%d\n",pc,term,max,linen,x);
1130 if (x>192) term++;

Completed in 176 milliseconds

1234567