Searched refs:ExitProgram (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dkey_names.c40 ExitProgram(EXIT_FAILURE);
84 ExitProgram(EXIT_SUCCESS);
91 ExitProgram(EXIT_FAILURE);
H A Dkeynames.c38 ExitProgram(EXIT_FAILURE);
82 ExitProgram(EXIT_SUCCESS);
H A Dcolor_set.c83 ExitProgram(EXIT_SUCCESS);
90 ExitProgram(EXIT_FAILURE);
H A Ddemo_keyok.c73 ExitProgram(EXIT_SUCCESS);
80 ExitProgram(EXIT_FAILURE);
H A Dtest_arrays.c80 ExitProgram(EXIT_SUCCESS);
88 ExitProgram(EXIT_FAILURE);
H A Dtestscanw.c66 ExitProgram(EXIT_SUCCESS);
H A Dfilter.c121 ExitProgram(EXIT_SUCCESS);
128 ExitProgram(EXIT_FAILURE);
H A Dsavescreen.c139 ExitProgram(EXIT_FAILURE);
189 ExitProgram(EXIT_FAILURE);
196 ExitProgram(EXIT_FAILURE);
236 ExitProgram(EXIT_FAILURE);
315 ExitProgram(EXIT_SUCCESS);
H A Dbackground.c94 ExitProgram(EXIT_SUCCESS);
H A Dechochar.c99 ExitProgram(EXIT_FAILURE);
157 ExitProgram(EXIT_SUCCESS);
H A Dhanoi.c110 ExitProgram(EXIT_FAILURE);
116 ExitProgram(EXIT_FAILURE);
121 ExitProgram(EXIT_FAILURE);
127 ExitProgram(EXIT_FAILURE);
148 ExitProgram(EXIT_FAILURE);
184 ExitProgram(EXIT_SUCCESS);
H A Dworm.c216 ExitProgram(EXIT_FAILURE);
429 ExitProgram(EXIT_FAILURE);
437 ExitProgram(EXIT_FAILURE);
456 ExitProgram(EXIT_FAILURE);
514 ExitProgram(EXIT_FAILURE);
521 ExitProgram(EXIT_FAILURE);
607 ExitProgram(EXIT_SUCCESS);
H A Dgdc.c70 ExitProgram(EXIT_FAILURE);
156 ExitProgram(EXIT_FAILURE);
200 ExitProgram(EXIT_FAILURE);
341 ExitProgram(EXIT_FAILURE);
350 ExitProgram(EXIT_SUCCESS);
H A Dhashtest.c61 ExitProgram(EXIT_FAILURE);
172 ExitProgram(EXIT_FAILURE);
244 ExitProgram(EXIT_SUCCESS);
H A Ddemo_altkeys.c154 ExitProgram(EXIT_SUCCESS);
161 ExitProgram(EXIT_FAILURE);
H A Dfirstlast.c115 ExitProgram(EXIT_SUCCESS);
H A Dtestaddch.c87 ExitProgram(EXIT_SUCCESS);
H A Dfirework.c48 ExitProgram(EXIT_FAILURE);
64 ExitProgram(EXIT_SUCCESS);
H A Drailroad.c177 ExitProgram(EXIT_FAILURE);
239 ExitProgram(EXIT_SUCCESS);
H A Dtest_inwstr.c260 ExitProgram(EXIT_SUCCESS);
267 ExitProgram(EXIT_FAILURE);
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dclear.c56 ExitProgram((tputs(clear_screen, lines > 0 ? lines : 1, putch) == ERR)
H A Dprogs.priv.h117 #undef ExitProgram macro
119 #define ExitProgram(code) _nc_free_tinfo(code) macro
121 #define ExitProgram(code) _nc_free_tic(code) macro
H A Dtoe.c54 #undef ExitProgram macro
55 static void ExitProgram(int code) GCC_NORETURN;
57 ExitProgram(int code) function
322 ExitProgram(EXIT_FAILURE);
377 ExitProgram(EXIT_SUCCESS);
388 ExitProgram(EXIT_FAILURE);
411 ExitProgram(EXIT_SUCCESS);
439 ExitProgram(EXIT_SUCCESS);
513 ExitProgram(code);
H A Dtput.c76 ExitProgram(status);
83 ExitProgram(EXIT_FAILURE);
380 ExitProgram(EXIT_SUCCESS);
410 ExitProgram(tput(argc, argv));
438 ExitProgram(result);
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dnc_alloc.h77 #define ExitProgram(code) _nc_free_and_exit(code) macro
84 #ifndef ExitProgram
85 #define ExitProgram(code) exit(code) macro

Completed in 216 milliseconds

123