Home
last modified time | relevance | path

Searched refs:syserr_abort (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/tic/
H A Dtic_parse.c194 syserr_abort( in compile()
206 syserr_abort( in compile()
431 syserr_abort("Not enough memory for use_list element"); in enqueue()
573 syserr_abort("Can't open %s/%s\n", destination, in dump_structure()
589 syserr_abort("Error writing %s/%s", destination, in dump_structure()
642 syserr_abort("Can't link %s to %s", in dump_structure()
760 syserr_abort("Out of memory");
769 syserr_abort("Out of memory");
864 syserr_abort("Error in re-reading compiled file %s",
H A Dtic_main.c105 extern void syserr_abort(); /* should be in a header file :-( */
222 syserr_abort("mkdir %s returned bad status", dir); in check_dir()
H A Dtic_error.c136 syserr_abort(char *fmt, ...) in syserr_abort() function
H A Dtic_scan.c354 syserr_abort("Backspaced off beginning of line"); in backspace()
/titanic_50/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c190 syserr_abort(m_strmsg(nomem_use_list));
417 syserr_abort(m_strmsg(nomem));
427 syserr_abort(m_strmsg(nomem));
671 syserr_abort(m_strmsg(not_names)); in compile()
682 syserr_abort(m_strmsg(not_names)); in compile()
H A Dtic.h150 #define syserr_abort err_abort macro
H A Dticscan.c296 syserr_abort(m_strmsg(off_beg)); in backspace()