Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDcomp_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()
HDalloc_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()
HDwrite_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()
HDcomp_error.c131 _nc_err_abort(const char *const fmt, ...) in _nc_err_abort() function
HDcomp_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()
HDalloc_ttype.c582 _nc_err_abort(MSG_NO_MEMORY); in copy_termtype()
670 _nc_err_abort(MSG_NO_MEMORY); in copy_termtype()
HDparse_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()
HDcaptoinfo.c142 _nc_err_abort(MSG_NO_MEMORY); in save_string()
/freebsd-14-stable/contrib/ncurses/include/
HDtic.h304 extern GCC_NORETURN NCURSES_EXPORT(void) _nc_err_abort (const char *const,...) GCC_PRINTFLIKE(1,2);
/freebsd-14-stable/contrib/ncurses/misc/
HDncurses.def40 "_nc_err_abort" @826 NONAME
HDncurses.ref508 "_nc_err_abort" @826 NONAME
/freebsd-14-stable/contrib/ncurses/ncurses/
HDcurses.priv.h1582 _nc_err_abort(MSG_NO_MEMORY); \
1589 _nc_err_abort(MSG_NO_MEMORY); \
1596 _nc_err_abort(MSG_NO_MEMORY); \
HDllib-ltinfow192 #undef _nc_err_abort
193 void _nc_err_abort(
HDllib-ltinfo180 #undef _nc_err_abort
181 void _nc_err_abort(
HDllib-ltinfot185 #undef _nc_err_abort
186 void _nc_err_abort(
HDllib-ltinfotw197 #undef _nc_err_abort
198 void _nc_err_abort(
HDllib-lncurses2909 #undef _nc_err_abort
2910 void _nc_err_abort(
HDllib-lncursest2923 #undef _nc_err_abort
2924 void _nc_err_abort(
HDllib-lncursestw3874 #undef _nc_err_abort
3875 void _nc_err_abort(
HDllib-lncursesw3860 #undef _nc_err_abort
3861 void _nc_err_abort(
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_color.c536 _nc_err_abort(MSG_NO_MEMORY); in _nc_reserve_pairs()
/freebsd-14-stable/contrib/ncurses/progs/
HDinfocmp.c1049 _nc_err_abort("Can't open %s", argv[n]); in file_comparison()
/freebsd-14-stable/contrib/ncurses/
HDNEWS13374 + remove _nc_err_abort() calls when write_entry.c finds a directory but