Home
last modified time | relevance | path

Searched refs:del_curterm (Results 1 – 24 of 24) 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
442 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.c192 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.in193 del_curterm.3x del_curterm.3ncurses
H A Dmanhtml.aliases50 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.in338 print "extern NCURSES_EXPORT(int) del_curterm (TERMINAL *);"
401 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-ltinfow428 #undef del_curterm
429 int del_curterm(
H A Dllib-ltinfo406 #undef del_curterm
407 int del_curterm(
H A Dllib-ltinfot422 #undef del_curterm
423 int del_curterm(
H A Dllib-ltinfotw444 #undef del_curterm
445 int del_curterm(
H A Dllib-lncursest3160 #undef del_curterm
3161 int del_curterm(
H A Dllib-lncurses3135 #undef del_curterm
3136 int del_curterm(
H A Dllib-lncursestw4121 #undef del_curterm
4122 int del_curterm(
H A Dllib-lncursesw4096 #undef del_curterm
4097 int del_curterm(
/freebsd/lib/ncurses/tinfo/
H A DMakefile892 curs_terminfo.3 del_curterm.3 \
/freebsd/contrib/less/
H A Dscreen.c1447 del_curterm(cur_term); in get_term()
/freebsd/contrib/ncurses/
H A DNEWS1304 + modify del_curterm() to fix memory-leak introduced by change to
1450 + deallocate the tparm cache when del_curterm is called for the last
1474 + fix a memory-leak in del_curterm (prompted by discussion with Bram
7174 + free home-terminfo string in del_curterm() (patch by Dan Weber).
7384 + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
13244 + invoke del_curterm from delscreen.
13245 + modify del_curterm to set cur_term to null if it matches the
16057 add added set_curterm(), del_curterm().