Home
last modified time | relevance | path

Searched refs:ExitProgram (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dclear.c63 ExitProgram(EXIT_FAILURE); in usage()
89 ExitProgram(EXIT_SUCCESS); in main()
105 ExitProgram((clear_cmd(opt_x) == ERR) in main()
H A Dtoe.c64 #undef ExitProgram
65 static GCC_NORETURN void ExitProgram(int code);
67 ExitProgram(int code) in ExitProgram() function
80 ExitProgram(EXIT_FAILURE); in failed()
596 ExitProgram(EXIT_FAILURE); in usage()
654 ExitProgram(EXIT_SUCCESS); in main()
665 ExitProgram(EXIT_FAILURE); in main()
688 ExitProgram(EXIT_SUCCESS); in main()
718 ExitProgram(EXIT_SUCCESS); in main()
776 ExitProgram(code); in main()
H A Dprogs.priv.h87 #undef ExitProgram
89 #define ExitProgram(code) exit_terminfo(code) macro
91 #define ExitProgram(code) _nc_free_tic(code) macro
H A Dtput.c73 ExitProgram(status); in quit()
112 ExitProgram(ErrUsage); in usage()
425 ExitProgram(EXIT_SUCCESS); in main()
478 ExitProgram(code); in main()
519 ExitProgram(result); in main()
H A Dinfocmp.c103 #undef ExitProgram
104 static GCC_NORETURN void ExitProgram(int code);
107 ExitProgram(int code) in ExitProgram() function
131 ExitProgram(EXIT_FAILURE); in failed()
1083 ExitProgram(EXIT_FAILURE); in file_comparison()
1292 ExitProgram(EXIT_FAILURE); in usage()
1599 ExitProgram(EXIT_FAILURE); in optarg_to_number()
1730 ExitProgram(EXIT_SUCCESS); in main()
1826 ExitProgram(EXIT_FAILURE); in main()
1851 ExitProgram(EXIT_SUCCESS); in main()
[all …]
H A Dtabs.c53 ExitProgram(EXIT_FAILURE); in failed()
475 ExitProgram(EXIT_FAILURE); in usage()
572 ExitProgram(EXIT_SUCCESS); in main()
709 ExitProgram(rc); in main()
H A Dtic.c142 ExitProgram(EXIT_FAILURE); in failed()
194 ExitProgram(EXIT_FAILURE); in usage()
434 ExitProgram(EXIT_FAILURE); in copy_input()
464 ExitProgram(EXIT_FAILURE); in open_input()
469 ExitProgram(EXIT_FAILURE); in open_input()
476 ExitProgram(EXIT_FAILURE); in open_input()
485 ExitProgram(EXIT_FAILURE); in open_input()
677 ExitProgram(EXIT_FAILURE); in show_databases()
787 ExitProgram(EXIT_SUCCESS); in main()
817 ExitProgram(EXIT_SUCCESS); in main()
[all …]
H A Dtset.c131 ExitProgram(EXIT_FAILURE); in exit_error()
757 ExitProgram(EXIT_FAILURE); in usage()
831 ExitProgram(EXIT_SUCCESS); in main()
920 ExitProgram(EXIT_SUCCESS); in main()
H A Dtty_settings.c53 ExitProgram(ErrSystem(code)); in failed()
H A Dreset_cmd.c95 ExitProgram(ErrSystem(code)); in failed()
H A Ddump_entry.c114 ExitProgram(EXIT_FAILURE); in failed()
/freebsd/contrib/ncurses/include/
H A Dnc_alloc.h92 #define ExitProgram(code) exit_curses(code) macro
102 #ifndef ExitProgram
103 #define ExitProgram(code) exit(code) macro
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c75 ExitProgram(EXIT_FAILURE); in NCURSES_EXPORT()
97 ExitProgram(EXIT_FAILURE); in NCURSES_EXPORT()
H A Dnew_pair.c126 ExitProgram(EXIT_FAILURE); in dumpit()
/freebsd/contrib/ncurses/
H A DINSTALL358 use this feature, e.g., via the ExitProgram() macro.
H A DNEWS3518 + use ExitProgram() in error-exit from initscr() to help with leak
11073 + use ExitProgram() consistently in the test-programs to make it