| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_endwin.c | 49 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 D | new_pair.c | 125 endwin(); in dumpit()
|
| /freebsd/usr.bin/systat/ |
| H A D | main.c | 128 endwin(); in resize() 344 endwin(); in die() 389 endwin(); in nlisterr()
|
| /freebsd/usr.bin/grdc/ |
| H A D | grdc.c | 238 endwin(); in main() 245 endwin(); in main()
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | lib_tstp.c | 195 NCURSES_SP_NAME(endwin) (NCURSES_SP_ARG); in handle_SIGTSTP() local 277 NCURSES_SP_NAME(endwin) (NCURSES_SP_ARG); in handle_SIGINT() local
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | libbsddialog.c | 96 if (endwin() != OK) in bsddialog_end()
|
| /freebsd/usr.bin/talk/ |
| H A D | init_disp.c | 178 endwin(); in quit()
|
| /freebsd/contrib/ee/ |
| H A D | new_curse.h | 239 extern void endwin P_((void));
|
| H A D | ee.c | 2655 endwin(); in quit() 2674 endwin(); in edit_abort() 3349 endwin(); in sh_command()
|
| /freebsd/tools/tools/net80211/stumbler/ |
| H A D | stumbler.c | 232 endwin(); in cleanup() 238 endwin(); in die()
|
| /freebsd/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 199 endwin.3x endwin.3ncurses
|
| H A D | manhtml.aliases | 55 endwin(3X) curs_initscr(3X)
|
| /freebsd/contrib/nvi/cl/ |
| H A D | cl_screen.c | 406 (void)endwin(); in cl_vi_end()
|
| H A D | README.signal | 128 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 D | cl_funcs.c | 770 (void)endwin(); in cl_suspend()
|
| /freebsd/sys/teken/demo/ |
| H A D | teken_demo.c | 352 endwin(); in main()
|
| /freebsd/usr.sbin/gstat/ |
| H A D | gstat.c | 678 endwin(); in main()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 191 "endwin" @52 NONAME
|
| H A D | ncurses.ref | 73 "endwin" @52 NONAME ; implemented
|
| /freebsd/contrib/flex/src/ |
| H A D | scanopt.c | 111 endwin (); in get_cols()
|
| /freebsd/contrib/ncurses/ |
| H A D | ANNOUNCE | 139 * 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/ncurses/doc/ |
| H A D | ncurses-intro.doc | 406 endwin(); 609 In order to clean up after the ncurses routines, the routine endwin() 612 Thus, anytime after the call to initscr, endwin() should be called 632 endwin() 633 Your program should always call endwin() before exiting or 650 variable $TERM is used. endwin() should called once at wrapup 798 To leave ncurses mode, call endwin() as you would if you were 806 between an endwin() call and the following refresh(), FALSE otherwise. 811 endwin(); /* restore original tty modes */ 819 under xterm. The easiest way to handle SIGWINCH is to do an endwin,
|
| /freebsd/sbin/ipf/ipfstat/ |
| H A D | ipfstat.c | 1475 endwin(); in topipstates() 1699 endwin(); in topipstates()
|
| /freebsd/usr.sbin/pmcstat/ |
| H A D | pmcstat.c | 415 endwin(); in pmcstat_topexit()
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 623 curs_initscr.3 endwin.3 \
|