Searched refs:_nc_syserr_abort (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | write_entry.c | 90 _nc_syserr_abort("cannot open %s/%s", _nc_tic_dir(0), filename); in write_file() 97 _nc_syserr_abort("error writing %s/%s: %s", in write_file() 102 _nc_syserr_abort("error writing %s/%s: %u bytes vs actual %lu", in write_file() 323 _nc_syserr_abort("no terminal name found."); in _nc_write_entry() 325 _nc_syserr_abort("terminal name too long: %s", term_names); in _nc_write_entry() 460 _nc_syserr_abort("error obtaining time from %s/%s", in _nc_write_entry() 534 _nc_syserr_abort("cannot link %s to %s", filename, linkname); in _nc_write_entry()
|
H A D | comp_error.c | 144 _nc_syserr_abort(const char *const fmt, ...) in _nc_syserr_abort() function
|
H A D | comp_scan.c | 307 _nc_syserr_abort("cannot backspace off beginning of line"); in push_back()
|
/freebsd/contrib/ncurses/include/ |
H A D | tic.h | 308 extern GCC_NORETURN NCURSES_EXPORT(void) _nc_syserr_abort (const char *const,...) GCC_PRINTFLIKE(1,…
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 123 "_nc_syserr_abort" @825 NONAME
|
H A D | ncurses.ref | 507 "_nc_syserr_abort" @825 NONAME
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 198 #undef _nc_syserr_abort 199 void _nc_syserr_abort(
|
H A D | llib-ltinfo | 186 #undef _nc_syserr_abort 187 void _nc_syserr_abort(
|
H A D | llib-ltinfotw | 203 #undef _nc_syserr_abort 204 void _nc_syserr_abort(
|
H A D | llib-ltinfot | 191 #undef _nc_syserr_abort 192 void _nc_syserr_abort(
|
H A D | llib-lncursest | 2929 #undef _nc_syserr_abort 2930 void _nc_syserr_abort(
|
H A D | llib-lncurses | 2915 #undef _nc_syserr_abort 2916 void _nc_syserr_abort(
|
H A D | llib-lncursestw | 3880 #undef _nc_syserr_abort 3881 void _nc_syserr_abort(
|
H A D | llib-lncursesw | 3866 #undef _nc_syserr_abort 3867 void _nc_syserr_abort(
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 122 * modify _nc_syserr_abort to use _nc_env_access, rather than only
|
H A D | NEWS | 433 + modify _nc_syserr_abort() to use _nc_env_access(), rather than 12784 + modify _nc_syserr_abort to abort only when compiled for debugging,
|