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-ltinfow745 #undef ttytype
746 char ttytype[256];
H A Dllib-ltinfo723 #undef ttytype
724 char ttytype[256];
H A Dcurses.priv.h1932 _nc_STRNCPY(ttytype, \
1935 ttytype[NAMESIZE - 1] = '\0'; \
H A Dllib-lncurses3452 #undef ttytype
3453 char ttytype[256];
H A Dllib-lncursesw4413 #undef ttytype
4414 char ttytype[256];
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1478 * b. ttytype is needed for backward compatibility
1485 NCURSES_WRAPPED_VAR(char *, ttytype);
1496 #define ttytype NCURSES_PUBLIC_VAR(ttytype()) macro
1509 extern NCURSES_EXPORT_VAR(char) ttytype[];
H A DMKterm.h.awk.in346 print "extern NCURSES_EXPORT_VAR(char) ttytype[];"
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc721 array ttytype[]. Subsequent calls to setupterm() will overwrite
/freebsd/contrib/ncurses/
H A DNEWS3074 + modify set_curterm() to update ttytype[] data used by longname().
3801 + add references to ttytype and termcap symbols in demo_terminfo.c and
7577 + wrap several global variables (curscr, newscr, stdscr, ttytype,
13843 + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
H A Daclocal.m42669 for cf_ttys in /etc/ttytype /etc/ttys