Home
last modified time | relevance | path

Searched refs:ttytype (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_longname.c97 for (ptr = ttytype + strlen(ttytype);
98 ptr > ttytype;
102 returnPtr(ttytype);
H A Dlib_setup.c110 NCURSES_PUBLIC_VAR(ttytype) (void) in NCURSES_EXPORT()
166 NCURSES_EXPORT_VAR(char) ttytype[NAMESIZE] = "";
/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c264 u_char ttytype; /* method used */ member
299 #define is_cbreak(x) ((x)->ttytype & T_CBREAK)
300 #define is_pps(x) ((x)->ttytype & T_PPS)
301 #define is_any(x) ((x)->ttytype)
535 ees->ttytype = 0; in msfees_start()
564 ees->ttytype |= T_PPS; in msfees_start()
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok561 ttytype
/freebsd/contrib/ncurses/misc/
H A Dncurses.def375 "ttytype" @514 NONAME
H A Dncurses.ref19 "ttytype" @514 NONAME ; variable
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c713 #define termbuf ttytype
714 extern char ttytype[];
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow751 #undef ttytype
752 char ttytype[256];
H A Dllib-ltinfo729 #undef ttytype
730 char ttytype[256];
H A Dcurses.priv.h1994 _nc_STRNCPY(ttytype, \
1997 ttytype[NAMESIZE - 1] = '\0'; \
H A Dllib-lncurses3458 #undef ttytype
3459 char ttytype[256];
H A Dllib-lncursesw4419 #undef ttytype
4420 char ttytype[256];
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1490 * b. ttytype is needed for backward compatibility
1497 NCURSES_WRAPPED_VAR(char *, ttytype);
1508 #define ttytype NCURSES_PUBLIC_VAR(ttytype()) macro
1521 extern NCURSES_EXPORT_VAR(char) ttytype[];
H A DMKterm.h.awk.in347 print "extern NCURSES_EXPORT_VAR(char) ttytype[];"
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc720 array ttytype[]. Subsequent calls to setupterm() will overwrite
/freebsd/contrib/ncurses/
H A DNEWS3643 + modify set_curterm() to update ttytype[] data used by longname().
4370 + add references to ttytype and termcap symbols in demo_terminfo.c and
8146 + wrap several global variables (curscr, newscr, stdscr, ttytype,
14412 + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
H A Daclocal.m42782 for cf_ttys in /etc/ttytype /etc/ttys