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

12345678

/openbsd-current/gnu/gcc/fixincludes/tests/base/
H A Dcurses.h29 struct term;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Derr-msg1.C6 int j = A::term;// ERROR - .term.*
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dcurses.h29 struct term;
/openbsd-current/gnu/lib/libreadline/examples/
H A Dexcallback.c92 struct termios term; variable in typeref:struct:termios
103 if( tcgetattr(STDIN_FILENO, &term) < 0 ) {
107 old_lflag = term.c_lflag;
108 old_vtime = term.c_cc[VTIME];
109 term.c_lflag &= ~ICANON;
110 term.c_cc[VTIME] = 1;
112 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) {
142 term.c_lflag = old_lflag;
143 term.c_cc[VTIME] = old_vtime;
144 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) <
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-command.c64 char *term; local
70 term = (char *) getenv ("TERM");
71 for (i = 0; (term && term[i]); i++)
72 term[i] = toupper (term[i]);
73 if ((strcmp (term, "XTERM") == 0) && key_is_start_sequence (ch))
/openbsd-current/lib/libc/termios/
H A Dtcflow.c39 struct termios term; local
49 if (tcgetattr(fd, &term) == -1)
51 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dlexstrng.c30 const char *term = "\"\\\"\\";
59 if (term[0] != '"' || term[1] != '\\' || term[2] != '"'
60 || term[3] != '\\' || term[4] != '\0')
/openbsd-current/lib/libmenu/
H A Dm_hook.c95 GEN_HOOK_SET_FUNCTION(menu, term)
107 GEN_HOOK_GET_FUNCTION(menu, term)
141 GEN_HOOK_SET_FUNCTION(item, term)
153 GEN_HOOK_GET_FUNCTION(item, term)
/openbsd-current/lib/libform/
H A Dfrm_hook.c89 GEN_HOOK_SET_FUNCTION(field, term)
99 GEN_HOOK_GET_FUNCTION(field, term)
133 GEN_HOOK_SET_FUNCTION(form, term)
143 GEN_HOOK_GET_FUNCTION(form, term)
/openbsd-current/usr.bin/tmux/
H A Dcmd-show-messages.c55 struct tty_term *term; local
59 LIST_FOREACH(term, &tty_terms, entry) {
60 if (args_has(args, 't') && term != tc->tty.term)
67 term->name, term->tty->client->name, term->flags);
70 cmdq_print(item, "%s", tty_term_describe(term, i));
H A Dtty-term.c1 /* $OpenBSD: tty-term.c,v 1.101 2023/10/17 09:55:32 nicm Exp $ */
25 #include <term.h>
359 tty_term_apply(struct tty_term *term, const char *capabilities, int quiet) argument
365 const char *errstr, *name = term->name;
401 code = &term->codes[i];
435 tty_term_apply_overrides(struct tty_term *term) argument
453 if (first != NULL && fnmatch(first, term->name, 0) == 0)
454 tty_term_apply(term, s + offset, 0);
459 log_debug("SIXEL flag is %d", !!(term->flags & TERM_SIXEL));
462 if (tty_term_has(term, TTYC_SETRGB
524 struct tty_term *term; local
645 tty_term_free(struct tty_term *term) argument
744 tty_term_has(struct tty_term *term, enum tty_code_code code) argument
750 tty_term_string(struct tty_term *term, enum tty_code_code code) argument
760 tty_term_string_i(struct tty_term *term, enum tty_code_code code, int a) argument
773 tty_term_string_ii(struct tty_term *term, enum tty_code_code code, int a, int b) argument
786 tty_term_string_iii(struct tty_term *term, enum tty_code_code code, int a, int b, int c) argument
800 tty_term_string_s(struct tty_term *term, enum tty_code_code code, const char *a) argument
813 tty_term_string_ss(struct tty_term *term, enum tty_code_code code, const char *a, const char *b) argument
827 tty_term_number(struct tty_term *term, enum tty_code_code code) argument
837 tty_term_flag(struct tty_term *term, enum tty_code_code code) argument
847 tty_term_describe(struct tty_term *term, enum tty_code_code code) argument
[all...]
H A Dtty-acs.c220 if (tty_term_has(tty->term, TTYC_U8) &&
221 tty_term_number(tty->term, TTYC_U8) == 0)
237 if (tty->term->acs[ch][0] == '\0')
239 return (&tty->term->acs[ch][0]);
H A Dtty-features.c424 tty_apply_features(struct tty_term *term, int feat) argument
435 if ((term->features & (1 << i)) || (~feat & (1 << i)))
444 tty_term_apply(term, *capability, 1);
448 term->flags |= tf->flags;
450 if ((term->features | feat) == term->features)
452 term->features |= feat;
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/t/
H A D02nox.t10 # use this first to $CPAN::term can be undefined
14 $CPAN::term = $CPAN::term; # silence
15 undef $CPAN::term;
20 # this will be set if $CPAN::term is undefined
/openbsd-current/lib/libc/gen/
H A Dreadpassphrase.c45 struct termios term, oterm; local
81 memcpy(&term, &oterm, sizeof(term));
83 term.c_lflag &= ~(ECHO | ECHONL);
84 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
85 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
86 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
88 memset(&term, 0, sizeof(term));
89 term
[all...]
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DProgressBar.py22 >>> term = TerminalController()
23 >>> print('This is '+term.GREEN+'green'+term.NORMAL)
28 >>> term = TerminalController()
29 >>> print(term.render('This is ${GREEN}green${NORMAL}'))
39 >>> term = TerminalController()
40 >>> if term.CLEAR_SCREEN:
224 def __init__(self, term, header, useETA=True):
225 self.term = term
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dperly.y103 %type <opval> expr term subscripted scalar ary hsh arylen star amper sideff
653 OP *term = $formarg;
654 list = op_append_elem(OP_LIST, $THING, term);
861 | ASSIGNOP term
868 $$ = newARGDEFELEMOP(flags, $term, parser->sig_elems);
1084 | listexpr[list] PERLY_COMMA term
1086 OP* term = $term;
1087 $$ = op_append_elem(OP_LIST, $list, term);
1089 | term
[all...]
/openbsd-current/regress/sys/kern/pty/
H A Dptyhog.c48 struct termios term; local
57 if (tcgetattr(sfd, &term) == -1)
59 cfmakeraw(&term);
60 if (tcsetattr(sfd, TCSAFLUSH, &term) == -1)
/openbsd-current/usr.bin/awk/
H A Dawkgram.y66 %type <p> pas pattern ppattern plist pplist patlist prarg term re
217 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); }
219 | term
251 | pattern term %prec CAT { $$ = op2(CAT, $1, $2); }
253 | term
299 print prarg '|' term {
302 | print prarg APPEND term {
305 | print prarg GT term {
360 term: label
361 term '/' ASGNO
[all...]
/openbsd-current/games/hack/
H A Dhack.termcap.c66 #include <term.h>
86 char *term; local
93 if(!(term = getenv("TERM")))
95 if(!strncmp(term, "5620", 4))
97 if(tgetent(tptr, term) < 1)
98 error("Unknown terminal type: %s.", term);
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_fixed.h197 s64 sum = DRM_FIXED_ONE, term, y = x;
203 term = y;
205 while (term >= tolerance) {
206 sum = sum + term;
208 term = drm_fixp_mul(term, div64_s64(y, count));
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencengine.c96 STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen)
138 if (term && (STRLEN)(d-dlast) == tlen && memEQ(dlast, term, tlen)) {
95 do_encode(const encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst, STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen) argument
/openbsd-current/usr.bin/mandoc/
H A Droff_escape.c75 int escterm; /* whether term is escaped */
83 char term; /* byte terminating the argument */ local
102 term = '\0';
195 term = '\b';
208 term = '\b';
212 term = '\b';
216 term = '\b';
220 term = '\b';
224 term = '\b';
228 term
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-est.c132 est_cmds.setmem.term = NULL; /* setreg.term */
139 est_cmds.getmem.term = NULL; /* getmem.term */
143 est_cmds.setreg.term = NULL; /* setreg.term */
147 est_cmds.getreg.term = NULL; /* getreg.term */
H A Dremote-hms.c103 hms_cmds.setmem.term = NULL; /* setreg.term */
110 hms_cmds.getmem.term = ">"; /* getmem.term */
114 hms_cmds.setreg.term = NULL; /* setreg.term */
118 hms_cmds.getreg.term = ":"; /* getreg.term */

Completed in 248 milliseconds

12345678