Lines Matching refs:FATAL
106 error(FATAL, "out of space in makesymtab"); in makesymtab()
151 error(FATAL, "symbol table overflow at %ws", n); in setsymtab()
198 error(FATAL, "illegal reference to array %s", vp->nval); in setfval()
200 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in setfval()
204 error(FATAL, "can't set $0"); in setfval()
233 error(FATAL, "illegal reference to array %ws", vp->nval); in setsval()
235 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in setsval()
238 error(FATAL, "can't set $0"); in setsval()
265 error(FATAL, "illegal reference to array %ws", vp->nval); in getfval()
267 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in getfval()
299 error(FATAL, "illegal reference to array %ws", vp->nval); in getsval()
301 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in getsval()
328 error(FATAL, "out of space in tostring on %ws", s); in tostring()