Searched refs:ttytype (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_longname.c84 for (ptr = ttytype + strlen(ttytype);
85 ptr > ttytype;
89 returnPtr(ttytype);
H A Dlib_setup.c109 NCURSES_PUBLIC_VAR(ttytype) (void) function
165 NCURSES_EXPORT_VAR(char) ttytype[NAMESIZE] = "";
737 strncpy(ttytype, termp->type.term_names, (size_t) (NAMESIZE - 1));
738 ttytype[NAMESIZE - 1] = '\0';
H A Dtinfo_driver.c148 strncpy(ttytype, termp->type.term_names, (size_t) NAMESIZE - 1);
149 ttytype[NAMESIZE - 1] = '\0';
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c264 u_char ttytype; /* method used */ member in struct:eesunit
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;
564 ees->ttytype |= T_PPS;
/freebsd-11.0-release/contrib/telnet/telnet/
H A Dtelnet.c719 #define termbuf ttytype
720 extern char ttytype[];

Completed in 73 milliseconds