Home
last modified time | relevance | path

Searched refs:del_curterm (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c131 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_DCLx TERMINAL *termp) in NCURSES_SP_NAME() argument
190 del_curterm(TERMINAL *termp) in del_curterm() function
195 rc = NCURSES_SP_NAME(del_curterm) (CURRENT_SCREEN, termp); in del_curterm()
H A Dlib_termcap.c142 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx LAST_TRM); in NCURSES_SP_NAME() local
440 del_curterm(LAST_TRM); in _nc_tgetent_leaks()
H A Dentries.c145 del_curterm(TerminalOf(CURRENT_SCREEN)); in _nc_leaks_tinfo()
H A Dlib_setup.c988 del_curterm(termp); in TINFO_SETUP_TERM()
1058 del_curterm(termp); in TINFO_SETUP_TERM()
H A Dtinfo_driver.c191 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx termp); in drv_CanHandle() local
/freebsd/contrib/ncurses/misc/
H A Dncurses.supp40 # del_curterm(cur_term);
H A Dncurses.def180 "del_curterm" @641 NONAME
H A Dncurses.ref418 "del_curterm" @641 NONAME
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in191 del_curterm.3x del_curterm.3ncurses
H A Dmanhtml.aliases48 del_curterm(3X) curs_terminfo(3X)
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c234 (void)del_curterm(cur_term); in cl_vi_init()
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in337 print "extern NCURSES_EXPORT(int) del_curterm (TERMINAL *);"
398 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(del_curterm) (SCREEN*, TERMINAL *);"
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c213 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx sp->_term); in delscreen()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow422 #undef del_curterm
423 int del_curterm(
H A Dllib-ltinfo400 #undef del_curterm
401 int del_curterm(
H A Dllib-ltinfotw438 #undef del_curterm
439 int del_curterm(
H A Dllib-ltinfot416 #undef del_curterm
417 int del_curterm(
H A Dllib-lncursest3154 #undef del_curterm
3155 int del_curterm(
H A Dllib-lncurses3129 #undef del_curterm
3130 int del_curterm(
H A Dllib-lncursestw4115 #undef del_curterm
4116 int del_curterm(
H A Dllib-lncursesw4090 #undef del_curterm
4091 int del_curterm(
/freebsd/lib/ncurses/tinfo/
H A DMakefile890 curs_terminfo.3 del_curterm.3 \
/freebsd/contrib/ncurses/
H A DNEWS735 + modify del_curterm() to fix memory-leak introduced by change to
881 + deallocate the tparm cache when del_curterm is called for the last
905 + fix a memory-leak in del_curterm (prompted by discussion with Bram
6605 + free home-terminfo string in del_curterm() (patch by Dan Weber).
6815 + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
12675 + invoke del_curterm from delscreen.
12676 + modify del_curterm to set cur_term to null if it matches the
15488 add added set_curterm(), del_curterm().