Lines Matching refs:error
10 error(char *fmt, ...) in error() function
71 error("interrupted"); in execute()
102 error("local not in function"); in execute()
105 error("%s declared twice", sl->name); in execute()
118 error("return not in function"); in execute()
147 error("loop must have integer start"); in execute()
151 error("loop must have integer end"); in execute()
220 error("bad pointer format '%c' for *", fmt); in indir()
227 error("indir: %r"); in indir()
239 error("indir: %r"); in indir()
248 error("indir: %r"); in indir()
260 error("indir: %r"); in indir()
269 error("indir: %r"); in indir()
277 error("indir: %r"); in indir()
292 error("indir: %r"); in indir()
304 error("indir: %r"); in indir()
312 error("indir: %r"); in indir()
319 error("indir: %r"); in indir()
327 error("indir: %r"); in indir()
334 error("indir: %r"); in indir()
343 error("indir: %r"); in indir()
350 error("indir: %r"); in indir()
368 error("no map for */@="); in windir()
374 error("bad type lhs of @/*"); in windir()
377 error("not in write mode"); in windir()
385 error("bad pointer format '%c' for */@=", res.fmt); in windir()
425 error("windir: %r"); in windir()
447 error("%s: too few arguments", fn); in call()
448 error("%s: too many arguments", fn); in call()
458 error("%s: %d formal not a name", fn, i); in call()
468 error("%s: %d formal not a name", fn, i); in call()
473 error("%s already declared at this scope", s->name); in call()