Lines Matching refs:FATAL
104 error(FATAL, "out of space in makesymtab"); in makesymtab()
149 error(FATAL, "symbol table overflow at %ws", n); in setsymtab()
196 error(FATAL, "illegal reference to array %s", vp->nval); in setfval()
198 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in setfval()
202 error(FATAL, "can't set $0"); in setfval()
231 error(FATAL, "illegal reference to array %ws", vp->nval); in setsval()
233 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in setsval()
236 error(FATAL, "can't set $0"); in setsval()
263 error(FATAL, "illegal reference to array %ws", vp->nval); in getfval()
265 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in getfval()
297 error(FATAL, "illegal reference to array %ws", vp->nval); in getsval()
299 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in getsval()
326 error(FATAL, "out of space in tostring on %ws", s); in tostring()