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[];
745 #undef ttytype746 char ttytype[256];
723 #undef ttytype724 char ttytype[256];
1932 _nc_STRNCPY(ttytype, \1935 ttytype[NAMESIZE - 1] = '\0'; \
3452 #undef ttytype3453 char ttytype[256];
4413 #undef ttytype4414 char ttytype[256];
1478 * b. ttytype is needed for backward compatibility1485 NCURSES_WRAPPED_VAR(char *, ttytype);1496 #define ttytype NCURSES_PUBLIC_VAR(ttytype()) macro1509 extern NCURSES_EXPORT_VAR(char) ttytype[];
346 print "extern NCURSES_EXPORT_VAR(char) ttytype[];"
721 array ttytype[]. Subsequent calls to setupterm() will overwrite
3074 + modify set_curterm() to update ttytype[] data used by longname().3801 + add references to ttytype and termcap symbols in demo_terminfo.c and7577 + wrap several global variables (curscr, newscr, stdscr, ttytype,13843 + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
2669 for cf_ttys in /etc/ttytype /etc/ttys