Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/
H A Dnc_alloc.h94 #define ExitProgram(code) exit_curses(code) macro
104 #ifndef ExitProgram
105 #define ExitProgram(code) exit(code) macro
/openbsd-src/usr.bin/tic/
H A Dprogs.priv.h144 #undef ExitProgram
146 #define ExitProgram(code) exit_terminfo(code) macro
148 #define ExitProgram(code) _nc_free_tic(code) macro
H A Dtic.c144 ExitProgram(EXIT_FAILURE); in failed()
196 ExitProgram(EXIT_FAILURE); in usage()
436 ExitProgram(EXIT_FAILURE); in copy_input()
465 ExitProgram(EXIT_FAILURE); in open_input()
469 ExitProgram(EXIT_FAILURE); in open_input()
475 ExitProgram(EXIT_FAILURE); in open_input()
483 ExitProgram(EXIT_FAILURE); in open_input()
673 ExitProgram(EXIT_FAILURE); in show_databases()
788 ExitProgram(EXIT_SUCCESS); in main()
818 ExitProgram(EXIT_SUCCESS); in main()
[all …]
H A Dtty_settings.c53 ExitProgram(ErrSystem(code)); in failed()
H A Dreset_cmd.c92 ExitProgram(ErrSystem(code)); in failed()
H A Ddump_entry.c116 ExitProgram(EXIT_FAILURE); in failed()
/openbsd-src/lib/libcurses/base/
H A Dlib_initscr.c76 ExitProgram(EXIT_FAILURE); in NCURSES_EXPORT()
97 ExitProgram(EXIT_FAILURE); in NCURSES_EXPORT()
H A Dnew_pair.c126 ExitProgram(EXIT_FAILURE); in dumpit()
/openbsd-src/usr.bin/tput/
H A Dtput.c75 ExitProgram(status); in quit()
114 ExitProgram(ErrUsage); in usage()
412 ExitProgram(EXIT_SUCCESS); in main()
465 ExitProgram(code); in main()
506 ExitProgram(result); in main()
/openbsd-src/usr.bin/infocmp/
H A Dinfocmp.c98 #undef ExitProgram
99 static GCC_NORETURN void ExitProgram(int code);
102 ExitProgram(int code) in ExitProgram() function
126 ExitProgram(EXIT_FAILURE); in failed()
1053 ExitProgram(EXIT_FAILURE); in file_comparison()
1261 ExitProgram(EXIT_FAILURE); in usage()
1474 ExitProgram(EXIT_FAILURE); in optarg_to_number()
1610 ExitProgram(EXIT_SUCCESS); in main()
1706 ExitProgram(EXIT_FAILURE); in main()
1731 ExitProgram(EXIT_SUCCESS); in main()
[all …]
/openbsd-src/usr.bin/tset/
H A Dtset.c133 ExitProgram(EXIT_FAILURE); in exit_error()
759 ExitProgram(EXIT_FAILURE); in usage()
839 ExitProgram(EXIT_SUCCESS); in main()
920 ExitProgram(EXIT_SUCCESS); in main()