Searched refs:del_curterm (Results 1 – 24 of 24) 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() local442 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()
192 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
193 del_curterm.3x del_curterm.3ncurses
50 del_curterm(3X) curs_terminfo(3X)
234 (void)del_curterm(cur_term); in cl_vi_init()
338 print "extern NCURSES_EXPORT(int) del_curterm (TERMINAL *);"401 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()
428 #undef del_curterm429 int del_curterm(
406 #undef del_curterm407 int del_curterm(
422 #undef del_curterm423 int del_curterm(
444 #undef del_curterm445 int del_curterm(
3160 #undef del_curterm3161 int del_curterm(
3135 #undef del_curterm3136 int del_curterm(
4121 #undef del_curterm4122 int del_curterm(
4096 #undef del_curterm4097 int del_curterm(
892 curs_terminfo.3 del_curterm.3 \
1447 del_curterm(cur_term); in get_term()
1304 + modify del_curterm() to fix memory-leak introduced by change to1450 + deallocate the tparm cache when del_curterm is called for the last1474 + fix a memory-leak in del_curterm (prompted by discussion with Bram7174 + free home-terminfo string in del_curterm() (patch by Dan Weber).7384 + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to13244 + invoke del_curterm from delscreen.13245 + modify del_curterm to set cur_term to null if it matches the16057 add added set_curterm(), del_curterm().