Home
last modified time | relevance | path

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

/freebsd-src/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 Dprogs.priv.h87 #undef ExitProgram
89 #define ExitProgram(code) exit_terminfo(code) macro
91 #define ExitProgram(code) _nc_free_tic(code) macro
H A Dtoe.c66 #undef ExitProgram
67 static GCC_NORETURN void ExitProgram(int code);
69 ExitProgram(int code) in ExitProgram() function
82 ExitProgram(EXIT_FAILURE); in failed()
598 ExitProgram(EXIT_FAILURE); in usage()
656 ExitProgram(EXIT_SUCCESS); in main()
667 ExitProgram(EXIT_FAILURE); in main()
690 ExitProgram(EXIT_SUCCESS); in main()
720 ExitProgram(EXIT_SUCCESS); in main()
778 ExitProgram(code); in main()
H A Dtput.c73 ExitProgram(status); in quit()
112 ExitProgram(ErrUsage); in usage()
411 ExitProgram(EXIT_SUCCESS); in main()
464 ExitProgram(code); in main()
505 ExitProgram(result); in main()
H A Dinfocmp.c96 #undef ExitProgram
97 static GCC_NORETURN void ExitProgram(int code);
100 ExitProgram(int code) in ExitProgram() function
124 ExitProgram(EXIT_FAILURE); in failed()
1075 ExitProgram(EXIT_FAILURE); in file_comparison()
1283 ExitProgram(EXIT_FAILURE); in usage()
1496 ExitProgram(EXIT_FAILURE); in optarg_to_number()
1627 ExitProgram(EXIT_SUCCESS); in main()
1723 ExitProgram(EXIT_FAILURE); in main()
1748 ExitProgram(EXIT_SUCCESS); in main()
[all …]
H A Dtabs.c53 ExitProgram(EXIT_FAILURE); in failed()
474 ExitProgram(EXIT_FAILURE); in usage()
571 ExitProgram(EXIT_SUCCESS); in main()
708 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()
675 ExitProgram(EXIT_FAILURE); in show_databases()
785 ExitProgram(EXIT_SUCCESS); in main()
815 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-src/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-src/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c74 ExitProgram(EXIT_FAILURE); in NCURSES_EXPORT()
95 ExitProgram(EXIT_FAILURE); in NCURSES_EXPORT()
H A Dnew_pair.c126 ExitProgram(EXIT_FAILURE); in dumpit()
/freebsd-src/contrib/ncurses/
H A DINSTALL358 use this feature, e.g., via the ExitProgram() macro.
H A DNEWS2949 + use ExitProgram() in error-exit from initscr() to help with leak
10504 + use ExitProgram() consistently in the test-programs to make it