Searched refs:ttytype (Results 1 – 16 of 16) sorted by relevance
84 for (ptr = ttytype + strlen(ttytype);85 ptr > ttytype;89 returnPtr(ttytype);
109 NCURSES_PUBLIC_VAR(ttytype) (void) in NCURSES_EXPORT()165 NCURSES_EXPORT_VAR(char) ttytype[NAMESIZE] = "";737 strncpy(ttytype, termp->type.term_names, (size_t) (NAMESIZE - 1)); in TINFO_SETUP_TERM()738 ttytype[NAMESIZE - 1] = '\0'; in TINFO_SETUP_TERM()
148 strncpy(ttytype, termp->type.term_names, (size_t) NAMESIZE - 1); in drv_CanHandle()149 ttytype[NAMESIZE - 1] = '\0'; in drv_CanHandle()
264 u_char ttytype; /* method used */ member299 #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()
562 ttytype
375 "ttytype" @514 NONAME
19 "ttytype" @514 NONAME ; variable
715 #define termbuf ttytype716 extern char ttytype[];
672 #undef ttytype673 char ttytype[256];
3323 #undef ttytype3324 char ttytype[256];
4142 #undef ttytype4143 char ttytype[256];
1365 * b. ttytype is needed for backward compatibility1372 NCURSES_WRAPPED_VAR(char *, ttytype);1383 #define ttytype NCURSES_PUBLIC_VAR(ttytype()) macro1396 extern NCURSES_EXPORT_VAR(char) ttytype[];
272 print "extern NCURSES_EXPORT_VAR(char) ttytype[];"
703 array ttytype[]. Subsequent calls to setupterm() will overwrite
3196 + wrap several global variables (curscr, newscr, stdscr, ttytype,9462 + modify tset to look in /etc/ttys or /etc/ttytype if the configuration