Home
last modified time | relevance | path

Searched defs:term (Results 1 – 25 of 135) sorted by relevance

123456

/minix3/external/bsd/tmux/dist/
H A Dtty-term.c227 tty_term_override(struct tty_term *term, const char *overrides) in tty_term_override()
313 struct tty_term *term; in tty_term_find() local
459 tty_term_free(struct tty_term *term) in tty_term_free()
477 tty_term_has(struct tty_term *term, enum tty_code_code code) in tty_term_has()
483 tty_term_string(struct tty_term *term, enum tty_code_code code) in tty_term_string()
494 tty_term_string1(struct tty_term *term, enum tty_code_code code, int a) in tty_term_string1()
500 tty_term_string2(struct tty_term *term, enum tty_code_code code, int a, int b) in tty_term_string2()
506 tty_term_ptr1(struct tty_term *term, enum tty_code_code code, const void *a) in tty_term_ptr1()
512 tty_term_ptr2(struct tty_term *term, enum tty_code_code code, const void *a, const void *b) in tty_term_ptr2()
518 tty_term_number(struct tty_term *term, enum tty_code_code code) in tty_term_number()
[all …]
/minix3/usr.bin/tic/
H A Dtic.c62 typedef struct term { struct
67 struct term *base_term; argument
98 save_term(struct cdbw *db, TERM *term) in save_term()
142 TERM *term; in store_term() local
165 TERM *term; in process_entry() local
316 TERM *term, *uterm;; in merge_use() local
382 TERM *term; in print_dump() local
453 TERM *term; in write_database() local
/openbsd-src/usr.bin/tmux/
H A Dtty-term.c359 tty_term_apply(struct tty_term *term, const char *capabilities, int quiet) in tty_term_apply() argument
435 tty_term_apply_overrides(struct tty_term *term) in tty_term_apply_overrides() argument
524 struct tty_term *term; tty_term_create() local
645 tty_term_free(struct tty_term * term) tty_term_free() argument
744 tty_term_has(struct tty_term * term,enum tty_code_code code) tty_term_has() argument
750 tty_term_string(struct tty_term * term,enum tty_code_code code) tty_term_string() argument
760 tty_term_string_i(struct tty_term * term,enum tty_code_code code,int a) tty_term_string_i() argument
773 tty_term_string_ii(struct tty_term * term,enum tty_code_code code,int a,int b) tty_term_string_ii() argument
786 tty_term_string_iii(struct tty_term * term,enum tty_code_code code,int a,int b,int c) tty_term_string_iii() argument
800 tty_term_string_s(struct tty_term * term,enum tty_code_code code,const char * a) tty_term_string_s() argument
813 tty_term_string_ss(struct tty_term * term,enum tty_code_code code,const char * a,const char * b) tty_term_string_ss() argument
827 tty_term_number(struct tty_term * term,enum tty_code_code code) tty_term_number() argument
837 tty_term_flag(struct tty_term * term,enum tty_code_code code) tty_term_flag() argument
847 tty_term_describe(struct tty_term * term,enum tty_code_code code) tty_term_describe() argument
[all...]
/minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A Dtcap.c66 int tc_init (FILE *fp, const char *term) in tc_init()
175 int tc_init (FILE *fp, const char *term) in tc_init()
197 int tc_end (FILE *fp, const char *term) in tc_end()
210 int tc_end (FILE *fp, const char *term) in tc_end()
301 char *term = getenv ("TERM"); in main() local
/minix3/lib/libterminfo/
H A Dterm.c61 _ti_readterm(TERMINAL *term, const char *cap, size_t caplen, int flags) in _ti_readterm()
216 _ti_dbgetterm(TERMINAL *term, const char *path, const char *name, int flags) in _ti_dbgetterm()
270 _ti_dbgettermp(TERMINAL *term, const char *path, const char *name, int flags) in _ti_dbgettermp()
324 _ti_findterm(TERMINAL *term, const char *name, int flags) in _ti_findterm()
397 _ti_getterm(TERMINAL *term, const char *name, int flags) in _ti_getterm()
H A Dti.c39 ti_getflag(const TERMINAL *term, const char *id) in ti_getflag()
70 ti_getnum(const TERMINAL *term, const char *id) in ti_getnum()
107 ti_getstr(const TERMINAL *term, const char *id) in ti_getstr()
H A Dtparm.c97 checkbuf(TERMINAL *term, size_t len) in checkbuf()
113 ochar(TERMINAL *term, int c) in ochar()
125 onum(TERMINAL *term, const char *fmt, int num, unsigned int len) in onum()
185 _ti_tiparm(TERMINAL *term, const char *str, int va_type, va_list parms) in _ti_tiparm()
546 ti_tiparm(TERMINAL *term, const char *str, ...) in ti_tiparm()
576 ti_tlparm(TERMINAL *term, const char *str, ...) in ti_tlparm()
H A Dsetupterm.c64 ti_setupterm(TERMINAL **nterm, const char *term, int fildes, int *errret) in ti_setupterm()
115 setupterm(const char *term, int fildes, int *errret) in setupterm()
H A Dtputs.c131 ti_puts(const TERMINAL *term, const char *str, int affcnt, in ti_puts()
154 ti_putp(const TERMINAL *term, const char *str) in ti_putp()
/minix3/lib/libcurses/
H A Dacs.c60 unsigned char acs, term; in __init_acs() local
149 unsigned char acs, term; in __init_wacs() local
/minix3/lib/libutil/
H A Dpty.c66 openpty(int *amaster, int *aslave, char *name, struct termios *term,
166 forkpty(int *amaster, char *name, struct termios *term, struct winsize *winp)
/openbsd-src/lib/libcurses/
H A Dterm.priv.h111 typedef struct term { /* describe an actual terminal */ struct
112 TERMTYPE type; /* terminal type description */ argument
114 TTY Ottyb; /* original state of the terminal */ argument
115 TTY Nttyb; /* current state of the terminal */ argument
117 char * _termname; /* used for termname() */ argument
120 TERMTYPE2 type2; /* extended terminal type description */ argument
/openbsd-src/gnu/usr.bin/perl/
H A Dperly.y653 OP *term = $formarg; variable
1086 | listexpr[list] PERLY_COMMA term variable
[all...]
/minix3/lib/libc/termios/
H A Dtcflow.c56 struct termios term; in __weak_alias() local
/openbsd-src/lib/libc/termios/
H A Dtcflow.c39 struct termios term; in tcflow() local
/minix3/external/bsd/nvi/dist/gtk/
H A Dgtkvi.c58 GtkWidget *term; in gtk_vi_init() local
/minix3/usr.bin/infocmp/
H A Dinfocmp.c493 find_userdef(TERMINAL *term, const char *id) in find_userdef()
504 use_terms(TERMINAL *term, size_t nuse, char **uterms) in use_terms()
648 char *term, *Barg; in main() local
/openbsd-src/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-command.c64 char *term; in tui_dispatch_ctrl_char() local
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DTerminal.cpp403 TerminalState::TerminalState(Terminal term, bool save_process_group) in TerminalState()
417 bool TerminalState::Save(Terminal term, bool save_process_group) { in Save()
/minix3/minix/commands/termcap/
H A Dtermcap.c28 char *term; local
/openbsd-src/gnu/lib/libreadline/examples/
H A Dexcallback.c92 struct termios term; variable
/minix3/usr.bin/newgrp/
H A Dnewgrp.c150 char *term; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dlexstrng.c30 const char *term = "\"\\\"\\"; variable
/openbsd-src/regress/sys/kern/pty/
H A Dptyhog.c48 struct termios term; in main() local
/minix3/minix/commands/tget/
H A Dtget.c22 char *term; in main() local

123456