Searched defs:term (Results 51 - 75 of 138) sorted by relevance

123456

/netbsd-current/lib/libskey/
H A Dskeysubr.c490 static struct termios term; local
495 (void) tcgetattr(fileno(stdin), &term); local
498 (void) tcsetattr(fileno(stdin), TCSAFLUSH|TCSASOFT, &term); local
503 (void) tcsetattr(fileno(stdin), TCSAFLUSH|TCSASOFT, &term); local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui.c345 const char *term; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-file.c101 const char *term = getenv ("TERM"); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-file.c192 const char *term = getenv ("TERM"); local
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui.c355 const char *term; local
/netbsd-current/external/mit/isl/dist/
H A Disl_range.c194 static isl_stat collect_fixed_sign_terms(__isl_take isl_term *term, void *user) argument
[all...]
/netbsd-current/usr.bin/seq/
H A Dseq.c112 const char *term = "\n"; local
/netbsd-current/external/bsd/libarchive/dist/libarchive_fe/
H A Dpassphrase.c171 struct termios term, oterm; local
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dtty-term.c362 tty_term_apply(struct tty_term *term, const char *capabilities, int quiet) argument
438 tty_term_apply_overrides(struct tty_term *term) argument
527 struct tty_term *term; local
654 tty_term_free(struct tty_term *term) argument
756 tty_term_has(struct tty_term *term, enum tty_code_code code) argument
762 tty_term_string(struct tty_term *term, enum tty_code_code code) argument
772 tty_term_string_i(struct tty_term *term, enum tty_code_code code, int a) argument
791 tty_term_string_ii(struct tty_term *term, enum tty_code_code code, int a, int b) argument
810 tty_term_string_iii(struct tty_term *term, enum tty_code_code code, int a, int b, int c) argument
830 tty_term_string_s(struct tty_term *term, enum tty_code_code code, const char *a) argument
849 tty_term_string_ss(struct tty_term *term, enum tty_code_code code, const char *a, const char *b) argument
869 tty_term_number(struct tty_term *term, enum tty_code_code code) argument
879 tty_term_flag(struct tty_term *term, enum tty_code_code code) argument
889 tty_term_describe(struct tty_term *term, enum tty_code_code code) argument
[all...]
H A Dtty-features.c434 tty_apply_features(struct tty_term *term, int feat) argument
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Damfs_generic.c505 amfs_cont(int rc, int term, opaque_t arg) argument
608 amfs_retry(int rc, int term, opaque_t arg) argument
H A Dmap.c838 free_map_if_success(int rc, int term, opaque_t arg) argument
/netbsd-current/external/bsd/nvi/dist/gtk/
H A Dgtkviwindow.c127 GtkWidget *term; local
/netbsd-current/bin/csh/
H A Ddol.c818 heredoc(Char *term) argument
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dcgram.y1177 term: term C_INCOP { $$ = biop($2, $1, bcon(1)); } label
[all...]
/netbsd-current/usr.bin/infocmp/
H A Dinfocmp.c495 find_userdef(TERMINAL *term, const char *id) argument
506 use_terms(TERMINAL *term, size_t nuse, char **uterms) argument
646 char *term, *Barg; local
[all...]
/netbsd-current/external/bsd/ntp/dist/parseutil/
H A Dtestdcf.c376 struct termios term; local
[all...]
/netbsd-current/sys/arch/sparc64/dev/
H A Dpcf8591_envctrl.c123 u_char term[256]; local
/netbsd-current/external/bsd/libevent/dist/sample/
H A Dhttp-server.c454 struct event *term = NULL; local
/netbsd-current/bin/sh/
H A Dhistedit.c122 char *term; local
261 setterm(const char *term) argument
/netbsd-current/usr.bin/tic/
H A Dtic.c65 typedef struct term { struct
101 save_term(struct cdbw *db, TERM *term) argument
148 TERM *term; local
163 TERM *term; local
183 alias_terms(TERM *term) argument
213 TERM *term; local
351 TERM *term; local
417 TERM *term, *uterm; local
507 TERM *term; local
574 TERM *term; local
615 struct term *term; local
[all...]
/netbsd-current/libexec/rlogind/
H A Drlogind.c122 static char term[64] = "TERM="; variable
/netbsd-current/bin/pax/
H A Dtar.c222 u32_oct(uintmax_t val, char *str, int len, int term) argument
283 umax_oct(uintmax_t val, char *str, int len, int term) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c551 term (cha function
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y1198 term: term C_INCOP { $$ = biop($2, $1, bcon(1)); } label
[all...]

Completed in 700 milliseconds

123456