Home
last modified time | relevance | path

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

/trueos/contrib/ncurses/progs/
HDtoe.c54 #undef ExitProgram
55 static void ExitProgram(int code) GCC_NORETURN;
57 ExitProgram(int code) in ExitProgram() function
322 ExitProgram(EXIT_FAILURE); in usage()
377 ExitProgram(EXIT_SUCCESS); in main()
388 ExitProgram(EXIT_FAILURE); in main()
411 ExitProgram(EXIT_SUCCESS); in main()
439 ExitProgram(EXIT_SUCCESS); in main()
513 ExitProgram(code); in main()
HDprogs.priv.h117 #undef ExitProgram
119 #define ExitProgram(code) _nc_free_tinfo(code) macro
121 #define ExitProgram(code) _nc_free_tic(code) macro
HDtput.c76 ExitProgram(status); in quit()
83 ExitProgram(EXIT_FAILURE); in usage()
380 ExitProgram(EXIT_SUCCESS); in main()
410 ExitProgram(tput(argc, argv)); in main()
438 ExitProgram(result); in main()
HDtic.c123 ExitProgram(EXIT_FAILURE); in failed()
171 ExitProgram(EXIT_FAILURE); in usage()
362 ExitProgram(EXIT_FAILURE); in open_input()
367 ExitProgram(EXIT_FAILURE); in open_input()
565 ExitProgram(EXIT_SUCCESS); in main()
636 ExitProgram(EXIT_FAILURE); in main()
648 ExitProgram(EXIT_FAILURE); in main()
679 ExitProgram(EXIT_FAILURE); in main()
713 ExitProgram(EXIT_FAILURE); in main()
807 ExitProgram(EXIT_SUCCESS); in main()
HDinfocmp.c89 #undef ExitProgram
90 static void ExitProgram(int code) GCC_NORETURN;
93 ExitProgram(int code) in ExitProgram() function
824 ExitProgram(EXIT_FAILURE); in file_comparison()
1028 ExitProgram(EXIT_FAILURE); in usage()
1233 ExitProgram(EXIT_FAILURE); in optarg_to_number()
1409 ExitProgram(EXIT_FAILURE); in main()
1434 ExitProgram(EXIT_SUCCESS); in main()
1465 ExitProgram(EXIT_FAILURE); in main()
1517 ExitProgram(EXIT_FAILURE); in main()
[all …]
HDclear.c56 ExitProgram((tputs(clear_screen, lines > 0 ? lines : 1, putch) == ERR) in main()
HDtset.c172 ExitProgram(EXIT_FAILURE); in exit_error()
1220 ExitProgram(EXIT_SUCCESS); in main()
1330 ExitProgram(EXIT_SUCCESS); in main()
/trueos/contrib/ncurses/include/
HDnc_alloc.h77 #define ExitProgram(code) _nc_free_and_exit(code) macro
84 #ifndef ExitProgram
85 #define ExitProgram(code) exit(code) macro
/trueos/contrib/ncurses/
HDINSTALL353 feature, e.g., via the ExitProgram() macro.
HDNEWS3700 + use ExitProgram() consistently in the test-programs to make it