Searched refs:NCURSES_WRAPPED_VAR (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/ncurses/include/ |
| HD | MKterm.h.awk.in | 232 print "NCURSES_WRAPPED_VAR(TERMINAL *, cur_term);" 233 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, boolnames);" 234 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, boolcodes);" 235 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, boolfnames);" 236 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numnames);" 237 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numcodes);" 238 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numfnames);" 239 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, strnames);" 240 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, strcodes);" 241 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, strfnames);"
|
| HD | ncurses_dll.h | 84 #define NCURSES_WRAPPED_VAR(type,name) extern type NCURSES_PUBLIC_VAR(name)(void) macro
|
| HD | curses.h.in | 228 NCURSES_WRAPPED_VAR(chtype*, acs_map); 1178 NCURSES_WRAPPED_VAR(WINDOW *, curscr); 1179 NCURSES_WRAPPED_VAR(WINDOW *, newscr); 1180 NCURSES_WRAPPED_VAR(WINDOW *, stdscr); 1181 NCURSES_WRAPPED_VAR(char *, ttytype); 1182 NCURSES_WRAPPED_VAR(int, COLORS); 1183 NCURSES_WRAPPED_VAR(int, COLOR_PAIRS); 1184 NCURSES_WRAPPED_VAR(int, COLS); 1185 NCURSES_WRAPPED_VAR(int, ESCDELAY); 1186 NCURSES_WRAPPED_VAR(int, LINES); [all …]
|
| /trueos/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 1291 NCURSES_WRAPPED_VAR(long, _nc_outchars); 1292 NCURSES_WRAPPED_VAR(const char *, _nc_tputs_trace);
|