Searched refs:termp (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c46 #define CUR termp->type.
59 set_curterm(TERMINAL * termp) argument
63 T((T_CALLED("set_curterm(%p)"), termp));
68 SP->_term = termp;
70 _nc_prescreen._cur_term = termp;
72 cur_term = termp;
74 if (termp != 0) {
75 ospeed = _nc_ospeed(termp->_baudrate);
76 if (termp->type.Strings) {
87 del_curterm(TERMINAL * termp) argument
[all...]
H A Dlib_setup.c106 #define CUR termp->type.
202 TERMINAL *termp = cur_term; local
307 TERMINAL *termp = cur_term; local
390 do_prototype(TERMINAL * termp) argument
401 for_each_string(i, &(termp->type)) {
402 for (tmp = termp->type.Strings[i]; *tmp; tmp++) {
466 _nc_locale_breaks_acs(TERMINAL * termp) argument
496 TERMINAL *termp; local
541 && (termp = cur_term) != 0
542 && termp
[all...]
/macosx-10.9.5/Libc-997.90.3/util/
H A Dpty.c72 int openpty(amaster, aslave, name, termp, winp)
75 struct termios *termp;
93 if (termp)
94 (void) tcsetattr(slave, TCSAFLUSH, termp);
101 forkpty(amaster, name, termp, winp)
104 struct termios *termp;
109 if (openpty(&master, &slave, name, termp, winp) == -1)
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_restart.c52 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) argument
56 T((T_CALLED("restartterm(%s,%d,%p)"), termp, filenum, errret));
58 if (setupterm(termp, filenum, errret) != OK) {
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-openpty.c73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, argument
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c384 const char *termp; local
411 termp = mapp->porttype = 0;
413 termp = base = arg;
458 if (termp != 0)
/macosx-10.9.5/vim-53/src/
H A Dterm.c1599 struct builtin_term *termp; local
1768 termp = find_builtin_term(term);
1769 if (termp->bt_string == NULL) /* did not find it */
1795 for (termp = &(builtin_termcaps[0]); termp->bt_string != NULL;
1796 ++termp)
1798 if (termp->bt_entry == (int)KS_NAME)
1805 mch_errmsg(termp->bt_string);
2240 struct builtin_term *termp; local
2294 termp
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/
H A Dllib-lncurses1554 char *termp,
2434 TERMINAL *termp)
2439 TERMINAL *termp)
2667 TERMINAL *termp)
H A Dllib-lncursest1558 char *termp,
2446 TERMINAL *termp)
2451 TERMINAL *termp)
2722 TERMINAL *termp)
H A Dllib-lncursesw2062 char *termp,
3180 TERMINAL *termp)
3185 TERMINAL *termp)
3413 TERMINAL *termp)

Completed in 146 milliseconds