| /minix3/external/bsd/tmux/dist/ |
| H A D | tty-term.c | 227 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 D | tic.c | 62 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 D | tty-term.c | 359 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 D | tcap.c | 66 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 D | term.c | 61 _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 D | ti.c | 39 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 D | tparm.c | 97 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 D | setupterm.c | 64 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 D | tputs.c | 131 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 D | acs.c | 60 unsigned char acs, term; in __init_acs() local 149 unsigned char acs, term; in __init_wacs() local
|
| /minix3/lib/libutil/ |
| H A D | pty.c | 66 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 D | term.priv.h | 111 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 D | perly.y | 653 OP *term = $formarg; variable 1086 | listexpr[list] PERLY_COMMA term variable [all...] |
| /minix3/lib/libc/termios/ |
| H A D | tcflow.c | 56 struct termios term; in __weak_alias() local
|
| /openbsd-src/lib/libc/termios/ |
| H A D | tcflow.c | 39 struct termios term; in tcflow() local
|
| /minix3/external/bsd/nvi/dist/gtk/ |
| H A D | gtkvi.c | 58 GtkWidget *term; in gtk_vi_init() local
|
| /minix3/usr.bin/infocmp/ |
| H A D | infocmp.c | 493 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 D | tui-command.c | 64 char *term; in tui_dispatch_ctrl_char() local
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 403 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 D | termcap.c | 28 char *term; local
|
| /openbsd-src/gnu/lib/libreadline/examples/ |
| H A D | excallback.c | 92 struct termios term; variable
|
| /minix3/usr.bin/newgrp/ |
| H A D | newgrp.c | 150 char *term; in main() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | lexstrng.c | 30 const char *term = "\"\\\"\\"; variable
|
| /openbsd-src/regress/sys/kern/pty/ |
| H A D | ptyhog.c | 48 struct termios term; in main() local
|
| /minix3/minix/commands/tget/ |
| H A D | tget.c | 22 char *term; in main() local
|