Searched refs:del_curterm (Results 1 – 23 of 23) sorted by relevance
131 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_DCLx TERMINAL *termp) in NCURSES_SP_NAME() argument190 del_curterm(TERMINAL *termp) in del_curterm() function195 rc = NCURSES_SP_NAME(del_curterm) (CURRENT_SCREEN, termp); in del_curterm()
142 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx LAST_TRM); in NCURSES_SP_NAME() local440 del_curterm(LAST_TRM); in _nc_tgetent_leaks()
145 del_curterm(TerminalOf(CURRENT_SCREEN)); in _nc_leaks_tinfo()
988 del_curterm(termp); in TINFO_SETUP_TERM()1058 del_curterm(termp); in TINFO_SETUP_TERM()
191 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx termp); in drv_CanHandle() local
40 # del_curterm(cur_term);
180 "del_curterm" @641 NONAME
418 "del_curterm" @641 NONAME
191 del_curterm.3x del_curterm.3ncurses
48 del_curterm(3X) curs_terminfo(3X)
234 (void)del_curterm(cur_term); in cl_vi_init()
337 print "extern NCURSES_EXPORT(int) del_curterm (TERMINAL *);"398 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(del_curterm) (SCREEN*, TERMINAL *);"
213 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx sp->_term); in delscreen()
422 #undef del_curterm423 int del_curterm(
400 #undef del_curterm401 int del_curterm(
438 #undef del_curterm439 int del_curterm(
416 #undef del_curterm417 int del_curterm(
3154 #undef del_curterm3155 int del_curterm(
3129 #undef del_curterm3130 int del_curterm(
4115 #undef del_curterm4116 int del_curterm(
4090 #undef del_curterm4091 int del_curterm(
890 curs_terminfo.3 del_curterm.3 \
735 + modify del_curterm() to fix memory-leak introduced by change to881 + deallocate the tparm cache when del_curterm is called for the last905 + fix a memory-leak in del_curterm (prompted by discussion with Bram6605 + free home-terminfo string in del_curterm() (patch by Dan Weber).6815 + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to12675 + invoke del_curterm from delscreen.12676 + modify del_curterm to set cur_term to null if it matches the15488 add added set_curterm(), del_curterm().