Home
last modified time | relevance | path

Searched refs:_nc_syserr_abort (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c80 _nc_syserr_abort("can't open %s/%s", _nc_tic_dir(0), filename); in write_file()
87 _nc_syserr_abort("error writing %s/%s: %s", in write_file()
92 _nc_syserr_abort("error writing %s/%s: %u bytes vs actual %lu", in write_file()
311 _nc_syserr_abort("no terminal name found."); in _nc_write_entry()
313 _nc_syserr_abort("terminal name too long: %s", term_names); in _nc_write_entry()
447 _nc_syserr_abort("error obtaining time from %s/%s", in _nc_write_entry()
517 _nc_syserr_abort("can't link %s to %s", filename, linkname); in _nc_write_entry()
H A Dcomp_error.c137 _nc_syserr_abort(const char *const fmt, ...) in _nc_syserr_abort() function
H A Dcomp_scan.c276 _nc_syserr_abort("Can't backspace off beginning of line"); in push_back()
/freebsd/contrib/ncurses/include/
H A Dtic.h309 extern NCURSES_EXPORT(void) _nc_syserr_abort (const char *const,...) GCC_PRINTFLIKE(1,2) GCC_NORETU…
/freebsd/contrib/ncurses/misc/
H A Dncurses.def123 "_nc_syserr_abort" @825 NONAME
H A Dncurses.ref507 "_nc_syserr_abort" @825 NONAME
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfo173 #undef _nc_syserr_abort
174 void _nc_syserr_abort(
H A Dllib-ltinfot178 #undef _nc_syserr_abort
179 void _nc_syserr_abort(
H A Dllib-ltinfow185 #undef _nc_syserr_abort
186 void _nc_syserr_abort(
H A Dllib-ltinfotw190 #undef _nc_syserr_abort
191 void _nc_syserr_abort(
H A Dllib-lncurses2902 #undef _nc_syserr_abort
2903 void _nc_syserr_abort(
H A Dllib-lncursest2916 #undef _nc_syserr_abort
2917 void _nc_syserr_abort(
H A Dllib-lncursestw3855 #undef _nc_syserr_abort
3856 void _nc_syserr_abort(
H A Dllib-lncursesw3841 #undef _nc_syserr_abort
3842 void _nc_syserr_abort(
/freebsd/contrib/ncurses/
H A DNEWS11619 + modify _nc_syserr_abort to abort only when compiled for debugging,