Searched refs:ttytype (Results 1 – 17 of 17) sorted by relevance
97 for (ptr = ttytype + strlen(ttytype);98 ptr > ttytype;102 returnPtr(ttytype);
110 NCURSES_PUBLIC_VAR(ttytype) (void) in NCURSES_EXPORT()166 NCURSES_EXPORT_VAR(char) ttytype[NAMESIZE] = "";
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()
561 ttytype
375 "ttytype" @514 NONAME
19 "ttytype" @514 NONAME ; variable
713 #define termbuf ttytype714 extern char ttytype[];
751 #undef ttytype752 char ttytype[256];
729 #undef ttytype730 char ttytype[256];
1994 _nc_STRNCPY(ttytype, \1997 ttytype[NAMESIZE - 1] = '\0'; \
3458 #undef ttytype3459 char ttytype[256];
4419 #undef ttytype4420 char ttytype[256];
1490 * b. ttytype is needed for backward compatibility1497 NCURSES_WRAPPED_VAR(char *, ttytype);1508 #define ttytype NCURSES_PUBLIC_VAR(ttytype()) macro1521 extern NCURSES_EXPORT_VAR(char) ttytype[];
347 print "extern NCURSES_EXPORT_VAR(char) ttytype[];"
720 array ttytype[]. Subsequent calls to setupterm() will overwrite
3643 + modify set_curterm() to update ttytype[] data used by longname().4370 + add references to ttytype and termcap symbols in demo_terminfo.c and8146 + wrap several global variables (curscr, newscr, stdscr, ttytype,14412 + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
2782 for cf_ttys in /etc/ttytype /etc/ttys