| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_cur_term.c | 51 NCURSES_EXPORT(TERMINAL *) in NCURSES_EXPORT() argument 59 NCURSES_EXPORT(TERMINAL *) 66 NCURSES_EXPORT(TERMINAL *) 77 NCURSES_EXPORT_VAR(TERMINAL *) cur_term = NULL; 80 NCURSES_EXPORT(TERMINAL *) 81 NCURSES_SP_NAME(set_curterm) (NCURSES_SP_DCLx TERMINAL *termp) in set_curterm() 83 TERMINAL *oldterm; in set_curterm() 123 NCURSES_EXPORT(TERMINAL *) 124 set_curterm(TERMINAL *termp) in set_curterm() 131 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_DCLx TERMINAL *termp) in del_curterm() [all …]
|
| H A D | lib_ttyflags.c | 50 TERMINAL *termp = TerminalOf(SP_PARM); in NCURSES_EXPORT() 100 TERMINAL *termp = TerminalOf(SP_PARM); in _nc_set_tty_mode() 143 TERMINAL *termp = TerminalOf(SP_PARM); in def_shell_mode() 184 TERMINAL *termp = TerminalOf(SP_PARM); in def_prog_mode() 222 TERMINAL *termp = TerminalOf(SP_PARM); in reset_prog_mode() 254 TERMINAL *termp = TerminalOf(SP_PARM); in reset_shell_mode()
|
| H A D | lib_raw.c | 84 TERMINAL *termp; in NCURSES_EXPORT() 140 TERMINAL *termp; in cbreak() 184 TERMINAL *termp; in qiflush() 219 TERMINAL *termp; in noraw() 274 TERMINAL *termp; in nocbreak() 315 TERMINAL *termp; in noqiflush() 353 TERMINAL *termp; in intrflush()
|
| H A D | lib_setup.c | 117 TERMINAL *termp = TerminalOf(CURRENT_SCREEN); in NCURSES_EXPORT() 277 _nc_default_screensize(TERMINAL *termp, int *linep, int *colp) in _nc_default_screensize() 323 get_position(const TERMINAL *termp, int fd, int *row, int *col) in get_position() 364 set_position(NCURSES_SP_DCLx const TERMINAL *termp, int row, int col) in set_position() 405 _nc_check_screensize(SCREEN *sp, TERMINAL *termp, int *linep, int *colp) in _nc_check_screensize() 462 TERMINAL *termp, in _nc_get_screensize() 487 TERMINAL *termp = cur_term; in _nc_get_screensize() 635 TERMINAL *termp = cur_term; in _nc_update_screensize() 703 _nc_tinfo_cmdch(TERMINAL *termp, int proto) in _nc_tinfo_cmdch() 790 _nc_locale_breaks_acs(TERMINAL *termp) in _nc_locale_breaks_acs() [all …]
|
| H A D | tinfo_driver.c | 36 #define CUR TerminalType((TERMINAL*)TCB). 119 get_baudrate(TERMINAL *termp) in get_baudrate() 160 TERMINAL *termp; in drv_CanHandle() 168 termp = (TERMINAL *) TCB; in drv_CanHandle() 467 TERMINAL *termp = (TERMINAL *) TCB; in drv_size() 569 TERMINAL *_term = (TERMINAL *) TCB; in drv_sgmode() 603 TERMINAL *_term = (TERMINAL *) TCB; in drv_mode() 735 TERMINAL *trm; in drv_init() 739 trm = (TERMINAL *) TCB; in drv_init()
|
| H A D | lib_kernel.c | 88 TERMINAL *termp = TerminalOf(SP_PARM); in erasechar() 125 TERMINAL *termp = TerminalOf(SP_PARM); in killchar()
|
| H A D | lib_termcap.c | 104 TERMINAL *termp = NULL; in tgetent() 141 const TERMINAL *trm = LAST_TRM; in tgetent() 420 _nc_tgetent_leak(const TERMINAL *const termp) in _nc_tgetent_leak()
|
| H A D | lib_tparm.c | 174 _nc_free_tparm(TERMINAL *termp) in _nc_free_tparm() 467 _nc_tparm_analyze(TERMINAL *term, const char *string, char **p_is_s, int *popcount) in _nc_tparm_analyze() 602 tparm_setup(TERMINAL *term, const char *string, TPARM_DATA *result) in tparm_setup() 1404 _nc_reset_tparm(TERMINAL *term) in _nc_reset_tparm()
|
| H A D | comp_parse.c | 656 TERMINAL fake_tm; in _nc_resolve_uses2() 657 TERMINAL *save_tm = cur_term; in _nc_resolve_uses2()
|
| /src/contrib/ncurses/ncurses/ |
| H A D | report_offsets.c | 195 show_size(TERMINAL); in main() 196 show_offset(TERMINAL, type); in main() 197 show_offset(TERMINAL, Filedes); in main() 198 show_offset(TERMINAL, Ottyb); in main() 199 show_offset(TERMINAL, Nttyb); in main() 200 show_offset(TERMINAL, _baudrate); in main() 201 show_offset(TERMINAL, _termname); in main() 202 show_offset(TERMINAL, tparm_state); in main() 204 show_COLORS(TERMINAL, type2); in main()
|
| H A D | term.priv.h | 152 #undef TERMINAL 153 } TERMINAL; typedef 172 TERMINAL * last_term; 344 TERMINAL * _cur_term; 356 extern NCURSES_EXPORT(void) _nc_free_tparm(TERMINAL*);
|
| H A D | llib-ltinfot | 393 TERMINAL *_nc_get_cur_term_sp( 395 { return(*(TERMINAL **)0); } 398 TERMINAL *_nc_get_cur_term(void) 399 { return(*(TERMINAL **)0); } 402 TERMINAL *_nc_cur_term(void) 403 { return(*(TERMINAL **)0); } 406 TERMINAL *set_curterm_sp( 408 TERMINAL *termp) 409 { return(*(TERMINAL **)0); } 412 TERMINAL *set_curterm( [all …]
|
| H A D | llib-ltinfotw | 415 TERMINAL *_nc_get_cur_term_sp( 417 { return(*(TERMINAL **)0); } 420 TERMINAL *_nc_get_cur_term(void) 421 { return(*(TERMINAL **)0); } 424 TERMINAL *_nc_cur_term(void) 425 { return(*(TERMINAL **)0); } 428 TERMINAL *set_curterm_sp( 430 TERMINAL *termp) 431 { return(*(TERMINAL **)0); } 434 TERMINAL *set_curterm( [all …]
|
| H A D | llib-ltinfo | 387 TERMINAL *cur_term; 390 TERMINAL *set_curterm_sp( 392 TERMINAL *termp) 393 { return(*(TERMINAL **)0); } 396 TERMINAL *set_curterm( 397 TERMINAL *termp) 398 { return(*(TERMINAL **)0); } 403 TERMINAL *termp) 408 TERMINAL *termp) 796 TERMINAL *termp, [all …]
|
| H A D | llib-ltinfow | 409 TERMINAL *cur_term; 412 TERMINAL *set_curterm_sp( 414 TERMINAL *termp) 415 { return(*(TERMINAL **)0); } 418 TERMINAL *set_curterm( 419 TERMINAL *termp) 420 { return(*(TERMINAL **)0); } 425 TERMINAL *termp) 430 TERMINAL *termp) 818 TERMINAL *termp, [all …]
|
| H A D | llib-lncursest | 3131 TERMINAL *_nc_get_cur_term_sp( 3133 { return(*(TERMINAL **)0); } 3136 TERMINAL *_nc_get_cur_term(void) 3137 { return(*(TERMINAL **)0); } 3140 TERMINAL *_nc_cur_term(void) 3141 { return(*(TERMINAL **)0); } 3144 TERMINAL *set_curterm_sp( 3146 TERMINAL *termp) 3147 { return(*(TERMINAL **)0); } 3150 TERMINAL *set_curterm( [all …]
|
| H A D | curses.priv.h | 1042 TERMINAL *_term; /* terminal type information */ 2102 extern NCURSES_EXPORT(int) _nc_locale_breaks_acs(TERMINAL *); 2104 extern NCURSES_EXPORT(void) _nc_tinfo_cmdch(TERMINAL *, int); 2184 extern NCURSES_EXPORT(TERMINAL*) _nc_get_cur_term (void); 2254 extern NCURSES_EXPORT(void) _nc_tgetent_leak(const TERMINAL *); 2486 TERMINAL term; /* needs to be the first Element !!! */ 2510 extern NCURSES_EXPORT(void) _nc_get_screensize_ex(SCREEN *, TERMINAL *, int *, int *); 2547 extern NCURSES_EXPORT(void) _nc_get_screensize(SCREEN *, TERMINAL *, int *, int *); 2548 extern NCURSES_EXPORT(int) _nc_setupterm_ex(TERMINAL **, const char *, int , int *, int); 2661 extern NCURSES_EXPORT(TERMINAL*) NCURSES_SP_NAME(_nc_get_cur_term) (SCREEN *sp);
|
| H A D | llib-lncursestw | 4092 TERMINAL *_nc_get_cur_term_sp( 4094 { return(*(TERMINAL **)0); } 4097 TERMINAL *_nc_get_cur_term(void) 4098 { return(*(TERMINAL **)0); } 4101 TERMINAL *_nc_cur_term(void) 4102 { return(*(TERMINAL **)0); } 4105 TERMINAL *set_curterm_sp( 4107 TERMINAL *termp) 4108 { return(*(TERMINAL **)0); } 4111 TERMINAL *set_curterm( [all …]
|
| H A D | llib-lncurses | 3116 TERMINAL *cur_term; 3119 TERMINAL *set_curterm_sp( 3121 TERMINAL *termp) 3122 { return(*(TERMINAL **)0); } 3125 TERMINAL *set_curterm( 3126 TERMINAL *termp) 3127 { return(*(TERMINAL **)0); } 3132 TERMINAL *termp) 3137 TERMINAL *termp) 3525 TERMINAL *termp, [all …]
|
| H A D | llib-lncursesw | 4077 TERMINAL *cur_term; 4080 TERMINAL *set_curterm_sp( 4082 TERMINAL *termp) 4083 { return(*(TERMINAL **)0); } 4086 TERMINAL *set_curterm( 4087 TERMINAL *termp) 4088 { return(*(TERMINAL **)0); } 4093 TERMINAL *termp) 4098 TERMINAL *termp) 4486 TERMINAL *termp, [all …]
|
| /src/contrib/ncurses/include/ |
| H A D | MKterm.h.awk.in | 181 print "/* The cast works because TERMTYPE is the first data in TERMINAL */" 246 print " * The first field in TERMINAL is used in macros." 251 print "#undef TERMINAL" 252 print "#define TERMINAL struct term" 253 print "TERMINAL;" 266 print "} TERMINAL;" 272 print "extern NCURSES_EXPORT_VAR(TERMINAL *) cur_term;" 275 print "NCURSES_WRAPPED_VAR(TERMINAL *, cur_term);" 278 print "extern NCURSES_EXPORT_VAR(TERMINAL *) cur_term;" 337 print "extern NCURSES_EXPORT(TERMINAL *) set_curterm (TERMINAL *);" [all …]
|
| H A D | tic.h | 341 extern NCURSES_EXPORT(int) _nc_tparm_analyze(TERMINAL *, const char *, char **, int *); 342 extern NCURSES_EXPORT(void) _nc_reset_tparm(TERMINAL *);
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_newterm.c | 76 TERMINAL *term = TerminalOf(SP_PARM); in _nc_initscr() 180 TERMINAL *its_term; in newterm() 183 TERMINAL *new_term = NULL; in newterm()
|
| H A D | lib_restart.c | 55 TERMINAL *new_term = NULL; in NCURSES_EXPORT()
|
| /src/contrib/ncurses/ncurses/win32con/ |
| H A D | win32_driver.c | 753 TERMINAL *_term = (TERMINAL *) TCB; in wcon_mode()
|