Lines Matching refs:error

74         error(ERROR, "#defined token is not a name");  in dodefine()
80 error(ERROR, "#defined token %t can't be redefined", tp); in dodefine()
112 error(ERROR, "Duplicate macro argument"); in dodefine()
127 error(ERROR, "Syntax error in macro parameters"); in dodefine()
144 error(ERROR, in dodefine()
148 error(ERROR, in dodefine()
181 error(INFO, "Macro definition of %s(%r) [%r]", np->name, np->ap, np->vp); in dodefine()
183 error(INFO, "Macro definition of %s [%r]", np->name, np->vp); in dodefine()
223 error(FATAL, "Illegal -A argument %r", trp); in doadefine()
244 error(FATAL, "Illegal -D or -U argument %r", trp); in doadefine()
290 error(ERROR, "Incorrect syntax for `defined'"); in expandrow()
307 error(ERROR, "Incorrect syntax for `#machine'"); in expandrow()
344 error(INFO, "Macro expansion of %t with %s(%r)", trp->tp, np->name, np->ap); in expand()
346 error(INFO, "Macro expansion of %t with %s", trp->tp, np->name); in expand()
362 error(ERROR, "Disagreement in number of macro arguments"); in expand()
488 error(ERROR, "EOF in macro arglist"); in gatherargs()
526 error(FATAL, "Sorry, too many macro arguments"); in gatherargs()
555 error(ERROR, "# not followed by macro parameter"); in substargs()
613 error(ERROR, "## occurs at border of replacement"); in doconcat()
625 error(ERROR, "## string concatination buffer overrun"); in doconcat()
652 error(WARNING, "Bad token %r produced by ##", &ntr); in doconcat()
706 error(ERROR, "Stringified macro arg is too long"); in stringify()
788 error(ERROR, "cpp botch: unknown internal macro"); in builtin()