Searched refs:_nc_err_abort (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c217 _nc_err_abort("This is a compiled terminal description, not a source");
465 _nc_err_abort(MSG_NO_INPUTS);
651 _nc_err_abort("Separator inconsistent with syntax");
810 _nc_err_abort(MSG_NO_INPUTS);
829 _nc_err_abort(MSG_NO_INPUTS);
838 _nc_err_abort(MSG_NO_INPUTS);
H A Dcomp_error.c121 _nc_err_abort(const char *const fmt,...) function
H A Dwrite_entry.c97 _nc_err_abort("Illegal terminfo subdirectory \"" LEAF_FMT "\"", code);
104 _nc_err_abort("%s/%s: permission denied", _nc_tic_dir(0), dir);
210 _nc_err_abort("%s: permission denied (errno %d)",
224 _nc_err_abort("%s: not a directory", destination);
H A Dcomp_parse.c68 _nc_err_abort(MSG_NO_MEMORY);
230 _nc_err_abort("terminal names must start with letter or digit");
H A Dparse_entry.c221 _nc_err_abort("Entry does not start with terminal names in column one");
824 _nc_err_abort("ko translation table is invalid, I give up");
H A Dcaptoinfo.c131 _nc_err_abort(MSG_NO_MEMORY);
/freebsd-11-stable/contrib/ncurses/include/
H A Dtic.h291 extern NCURSES_EXPORT(void) _nc_err_abort (const char *const,...) GCC_PRINTFLIKE(1,2) GCC_NORETURN;
/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c991 _nc_err_abort("Can't open %s", argv[n]);

Completed in 175 milliseconds