Home
last modified time | relevance | path

Searched refs:_nc_err_abort (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c167 _nc_err_abort("This is not a text-file"); in get_text()
250 _nc_err_abort("This is a compiled terminal description, not a source"); in next_char()
508 _nc_err_abort(MSG_NO_INPUTS); in _nc_get_token()
694 _nc_err_abort("Separator inconsistent with syntax"); in _nc_get_token()
862 _nc_err_abort(MSG_NO_INPUTS); in _nc_trans_string()
879 _nc_err_abort(MSG_NO_INPUTS); in _nc_trans_string()
886 _nc_err_abort(MSG_NO_INPUTS); in _nc_trans_string()
H A Dalloc_entry.c72 _nc_err_abort("_nc_init_entry called without initialization"); in _nc_init_entry()
151 _nc_err_abort("_nc_wrap_entry called without initialization"); in _nc_wrap_entry()
285 _nc_err_abort(MSG_NO_MEMORY); in _nc_merge_entry()
334 _nc_err_abort(MSG_NO_MEMORY); in _nc_merge_entry()
H A Dwrite_entry.c132 _nc_err_abort("Illegal terminfo subdirectory \"" LEAF_FMT "\"", code); in check_writeable()
136 _nc_err_abort("%s/%s: permission denied", _nc_tic_dir(NULL), dir); in check_writeable()
247 _nc_err_abort("%s: permission denied (errno %d)", in _nc_set_writedir()
261 _nc_err_abort("%s: not a directory", destination); in _nc_set_writedir()
H A Dcomp_error.c131 _nc_err_abort(const char *const fmt, ...) in _nc_err_abort() function
H A Dcomp_parse.c68 _nc_err_abort(MSG_NO_MEMORY); in enqueue()
239 _nc_err_abort("terminal names must start with letter or digit"); in _nc_read_entry_source()
H A Dalloc_ttype.c582 _nc_err_abort(MSG_NO_MEMORY); in copy_termtype()
670 _nc_err_abort(MSG_NO_MEMORY); in copy_termtype()
H A Dparse_entry.c302 _nc_err_abort("Entry does not start with terminal names in column one"); in _nc_parse_entry()
962 _nc_err_abort("ko translation table is invalid, I give up"); in postprocess_termcap()
H A Dcaptoinfo.c142 _nc_err_abort(MSG_NO_MEMORY); in save_string()
/freebsd/contrib/ncurses/include/
H A Dtic.h304 extern GCC_NORETURN NCURSES_EXPORT(void) _nc_err_abort (const char *const,...) GCC_PRINTFLIKE(1,2);
/freebsd/contrib/ncurses/misc/
H A Dncurses.def40 "_nc_err_abort" @826 NONAME
H A Dncurses.ref508 "_nc_err_abort" @826 NONAME
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1582 _nc_err_abort(MSG_NO_MEMORY); \
1589 _nc_err_abort(MSG_NO_MEMORY); \
1596 _nc_err_abort(MSG_NO_MEMORY); \
H A Dllib-ltinfow192 #undef _nc_err_abort
193 void _nc_err_abort(
H A Dllib-ltinfo180 #undef _nc_err_abort
181 void _nc_err_abort(
H A Dllib-ltinfotw197 #undef _nc_err_abort
198 void _nc_err_abort(
H A Dllib-ltinfot185 #undef _nc_err_abort
186 void _nc_err_abort(
H A Dllib-lncursest2923 #undef _nc_err_abort
2924 void _nc_err_abort(
H A Dllib-lncurses2909 #undef _nc_err_abort
2910 void _nc_err_abort(
H A Dllib-lncursestw3874 #undef _nc_err_abort
3875 void _nc_err_abort(
H A Dllib-lncursesw3860 #undef _nc_err_abort
3861 void _nc_err_abort(
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_color.c536 _nc_err_abort(MSG_NO_MEMORY); in _nc_reserve_pairs()
/freebsd/contrib/ncurses/progs/
H A Dinfocmp.c1049 _nc_err_abort("Can't open %s", argv[n]); in file_comparison()
/freebsd/contrib/ncurses/
H A DNEWS13374 + remove _nc_err_abort() calls when write_entry.c finds a directory but