Searched refs:ttytype (Results 1 – 16 of 16) sorted by relevance
52 for (ptr = ttytype + strlen(ttytype); ptr > ttytype; ptr--) in NCURSES_EXPORT()56 returnPtr(ttytype); in NCURSES_EXPORT()
113 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()
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()
155 ttytype
344 ttytype
562 ttytype
375 "ttytype" @514 NONAME
19 "ttytype" @514 NONAME ; variable
1174 * b. ttytype is needed for backward compatibility1181 NCURSES_WRAPPED_VAR(char *, ttytype);1192 #define ttytype NCURSES_PUBLIC_VAR(ttytype()) macro1205 extern NCURSES_EXPORT_VAR(char) ttytype[];
291 print "extern NCURSES_EXPORT_VAR(char) ttytype[];"
719 #define termbuf ttytype720 extern char ttytype[];
2621 #undef ttytype2622 char ttytype[256];
3367 #undef ttytype3368 char ttytype[256];
111 44.35 ttytype1401 Section 44.35: ttytype
702 array ttytype[]. Subsequent calls to setupterm() will overwrite
772 + wrap several global variables (curscr, newscr, stdscr, ttytype,7039 + modify tset to look in /etc/ttys or /etc/ttytype if the configuration