Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dlib_longname.c52 for (ptr = ttytype + strlen(ttytype); ptr > ttytype; ptr--) in NCURSES_EXPORT()
56 returnPtr(ttytype); in NCURSES_EXPORT()
Dlib_setup.c113 NCURSES_PUBLIC_VAR(ttytype) (void) in NCURSES_EXPORT()
144 NCURSES_EXPORT_VAR(char) ttytype[NAMESIZE] = "";
580 strncpy(ttytype, termp->type.term_names, NAMESIZE - 1); in _nc_setupterm()
581 ttytype[NAMESIZE - 1] = '\0'; in _nc_setupterm()
/freebsd-10-stable/contrib/ntp/ntpd/
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-10-stable/contrib/nvi/docs/USD.doc/vi.man/
Dspell.ok155 ttytype
/freebsd-10-stable/contrib/nvi/docs/USD.doc/vi.ref/
Dspell.ok344 ttytype
/freebsd-10-stable/share/doc/smm/01.setup/
Dspell.ok562 ttytype
/freebsd-10-stable/contrib/ncurses/misc/
Dncurses.def375 "ttytype" @514 NONAME
Dncurses.ref19 "ttytype" @514 NONAME ; variable
/freebsd-10-stable/contrib/ncurses/include/
Dcurses.h.in1174 * b. ttytype is needed for backward compatibility
1181 NCURSES_WRAPPED_VAR(char *, ttytype);
1192 #define ttytype NCURSES_PUBLIC_VAR(ttytype()) macro
1205 extern NCURSES_EXPORT_VAR(char) ttytype[];
DMKterm.h.awk.in291 print "extern NCURSES_EXPORT_VAR(char) ttytype[];"
/freebsd-10-stable/contrib/telnet/telnet/
Dtelnet.c719 #define termbuf ttytype
720 extern char ttytype[];
/freebsd-10-stable/contrib/ncurses/ncurses/
Dllib-lncurses2621 #undef ttytype
2622 char ttytype[256];
Dllib-lncursesw3367 #undef ttytype
3368 char ttytype[256];
/freebsd-10-stable/contrib/nvi/docs/tutorial/
Dvi.advanced111 44.35 ttytype
1401 Section 44.35: ttytype
/freebsd-10-stable/contrib/ncurses/doc/
Dncurses-intro.doc702 array ttytype[]. Subsequent calls to setupterm() will overwrite
/freebsd-10-stable/contrib/ncurses/
DNEWS772 + wrap several global variables (curscr, newscr, stdscr, ttytype,
7039 + modify tset to look in /etc/ttys or /etc/ttytype if the configuration