Home
last modified time | relevance | path

Searched refs:endwin (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_endwin.c49 NCURSES_SP_NAME(endwin) (NCURSES_SP_DCL0) in NCURSES_EXPORT()
80 endwin(void) in endwin() function
82 return NCURSES_SP_NAME(endwin) (CURRENT_SCREEN); in endwin()
H A Dnew_pair.c125 endwin(); in dumpit()
/freebsd/usr.bin/systat/
H A Dmain.c129 endwin(); in resize()
343 endwin(); in die()
388 endwin(); in nlisterr()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c195 NCURSES_SP_NAME(endwin) (NCURSES_SP_ARG); in handle_SIGTSTP() local
277 NCURSES_SP_NAME(endwin) (NCURSES_SP_ARG); in handle_SIGINT() local
/freebsd/usr.bin/grdc/
H A Dgrdc.c238 endwin(); in main()
245 endwin(); in main()
/freebsd/contrib/bsddialog/lib/
H A Dlibbsddialog.c96 if (endwin() != OK) in bsddialog_end()
97 RETURN_ERROR("Cannot end curses (endwin)"); in bsddialog_end()
/freebsd/usr.bin/talk/
H A Dinit_disp.c178 endwin(); in quit()
/freebsd/contrib/ee/
H A Dnew_curse.h239 extern void endwin P_((void));
H A Dee.c2447 endwin(); in quit()
2466 endwin(); in edit_abort()
3110 endwin(); in sh_command()
/freebsd/tools/tools/net80211/stumbler/
H A Dstumbler.c232 endwin(); in cleanup()
238 endwin(); in die()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in197 endwin.3x endwin.3ncurses
H A Dmanhtml.aliases53 endwin(3X) curs_initscr(3X)
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c406 (void)endwin(); in cl_vi_end()
H A DREADME.signal128 final endwin() will leave you in the correct shell mode. If you use the
130 mode, but the final endwin() will leave you in raw mode. There you have
H A Dcl_funcs.c770 (void)endwin(); in cl_suspend()
/freebsd/sys/teken/demo/
H A Dteken_demo.c352 endwin(); in main()
/freebsd/usr.sbin/gstat/
H A Dgstat.c610 endwin(); in main()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def191 "endwin" @52 NONAME
H A Dncurses.ref73 "endwin" @52 NONAME ; implemented
/freebsd/contrib/flex/src/
H A Dscanopt.c111 endwin (); in get_cols()
/freebsd/contrib/ncurses/
H A DANNOUNCE139 * modify endwin to return an error if it is called again without an
208 This program shows the return-status from endwin with different
209 combinations of endwin (repeated), initscr, newterm.
/freebsd/contrib/dialog/
H A Ddialog.c1952 endwin(); in main()
1963 endwin(); in main()
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc407 endwin();
610 In order to clean up after the ncurses routines, the routine endwin()
613 Thus, anytime after the call to initscr, endwin() should be called
633 endwin()
634 Your program should always call endwin() before exiting or
651 variable $TERM is used. endwin() should called once at wrapup
799 To leave ncurses mode, call endwin() as you would if you were
807 between an endwin() call and the following refresh(), FALSE otherwise.
812 endwin(); /* restore original tty modes */
820 under xterm. The easiest way to handle SIGWINCH is to do an endwin,
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1475 endwin(); in topipstates()
1699 endwin(); in topipstates()
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat.c415 endwin(); in pmcstat_topexit()

12