Searched refs:termname (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libcurses/tinfo/ |
H A D | lib_termname.c | 37 NCURSES_SP_NAME(termname) (NCURSES_SP_DCL0) in NCURSES_EXPORT() 57 termname(void) in termname() function 59 return NCURSES_SP_NAME(termname) (CURRENT_SCREEN); in termname()
|
/openbsd/usr.bin/tmux/ |
H A D | client.c | 239 const char *ttynam, *termname, *cwd; in client_main() local 303 if ((termname = getenv("TERM")) == NULL) in client_main() 304 termname = ""; in client_main() 322 *termname != '\0' && in client_main() 323 tty_term_read_list(termname, STDIN_FILENO, &caps, &ncaps, in client_main() 358 client_send_identify(ttynam, termname, caps, ncaps, cwd, feat); in client_main() 443 client_send_identify(const char *ttynam, const char *termname, char **caps, in client_send_identify() argument 457 proc_send(client_peer, MSG_IDENTIFY_TERM, -1, termname, in client_send_identify() 458 strlen(termname) + 1); in client_send_identify()
|
/openbsd/lib/libcurses/tty/ |
H A D | lib_mvcur.c | 1223 termname()); in main() 1258 _nc_STRCPY(tname, termname(), sizeof(tname)); in main()
|
/openbsd/lib/libcurses/base/ |
H A D | lib_set_term.c | 398 NCURSES_SP_NAME(termname) (NCURSES_SP_ARG), slines, scolumns)); in NCURSES_SP_NAME()
|
/openbsd/lib/libcurses/ |
H A D | curses.h | 809 extern NCURSES_EXPORT(char *) termname (void); /* implemented */ 1075 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 1155 extern char * termname(void);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 1155 extern char * termname(void);
|