Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_longname.c96 for (ptr = ttytype + strlen(ttytype);
97 ptr > ttytype;
101 returnPtr(ttytype);
H A Dlib_setup.c110 NCURSES_PUBLIC_VAR(ttytype) (void) in NCURSES_EXPORT()
166 NCURSES_EXPORT_VAR(char) ttytype[NAMESIZE] = "";
/freebsd-13.1/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-13.1/share/doc/smm/01.setup/
H A Dspell.ok562 ttytype
/freebsd-13.1/contrib/ncurses/misc/
H A Dncurses.def375 "ttytype" @514 NONAME
H A Dncurses.ref19 "ttytype" @514 NONAME ; variable
/freebsd-13.1/contrib/telnet/telnet/
H A Dtelnet.c715 #define termbuf ttytype
716 extern char ttytype[];
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dllib-ltinfo664 #undef ttytype
665 char ttytype[256];
H A Dllib-ltinfow686 #undef ttytype
687 char ttytype[256];
H A Dcurses.priv.h2047 _nc_STRNCPY(ttytype, \
2050 ttytype[NAMESIZE - 1] = '\0'; \
H A Dllib-lncurses3398 #undef ttytype
3399 char ttytype[256];
H A Dllib-lncursesw4347 #undef ttytype
4348 char ttytype[256];
/freebsd-13.1/contrib/ncurses/include/
H A Dcurses.h.in1452 * b. ttytype is needed for backward compatibility
1459 NCURSES_WRAPPED_VAR(char *, ttytype);
1470 #define ttytype NCURSES_PUBLIC_VAR(ttytype()) macro
1483 extern NCURSES_EXPORT_VAR(char) ttytype[];
H A DMKterm.h.awk.in324 print "extern NCURSES_EXPORT_VAR(char) ttytype[];"
/freebsd-13.1/contrib/ncurses/doc/
H A Dncurses-intro.doc719 array ttytype[]. Subsequent calls to setupterm() will overwrite
/freebsd-13.1/contrib/ncurses/
H A DNEWS1446 + modify set_curterm() to update ttytype[] data used by longname().
2173 + add references to ttytype and termcap symbols in demo_terminfo.c and
5949 + wrap several global variables (curscr, newscr, stdscr, ttytype,
12215 + modify tset to look in /etc/ttys or /etc/ttytype if the configuration