Home
last modified time | relevance | path

Searched refs:termname (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libcurses/tinfo/
H A Dlib_termname.c37 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 Dclient.c239 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
456 proc_send(client_peer, MSG_IDENTIFY_TERM, -1, termname, in client_send_identify()
457 strlen(termname) + 1); in client_send_identify()
/openbsd/lib/libcurses/tty/
H A Dlib_mvcur.c1223 termname()); in main()
1258 _nc_STRCPY(tname, termname(), sizeof(tname)); in main()
/openbsd/lib/libcurses/base/
H A Dlib_set_term.c398 NCURSES_SP_NAME(termname) (NCURSES_SP_ARG), slines, scolumns)); in NCURSES_SP_NAME()
/openbsd/lib/libcurses/
H A Dcurses.h809 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 Dsys-protos.h1155 extern char * termname(void);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h1155 extern char * termname(void);