Lines Matching refs:error

55         error(ERROR, "#defined token is not a name");  in dodefine()
61 error(ERROR, "#defined token %t can't be redefined", tp); in dodefine()
93 error(ERROR, "Duplicate macro argument"); in dodefine()
108 error(ERROR, "Syntax error in macro parameters"); in dodefine()
125 error(ERROR, in dodefine()
129 error(ERROR, in dodefine()
162 error(INFO, "Macro definition of %s(%r) [%r]", np->name, np->ap, np->vp); in dodefine()
164 error(INFO, "Macro definition of %s [%r]", np->name, np->vp); in dodefine()
204 error(FATAL, "Illegal -A argument %r", trp); in doadefine()
225 error(FATAL, "Illegal -D or -U argument %r", trp); in doadefine()
271 error(ERROR, "Incorrect syntax for `defined'"); in expandrow()
288 error(ERROR, "Incorrect syntax for `#machine'"); in expandrow()
325 error(INFO, "Macro expansion of %t with %s(%r)", trp->tp, np->name, np->ap); in expand()
327 error(INFO, "Macro expansion of %t with %s", trp->tp, np->name); in expand()
343 error(ERROR, "Disagreement in number of macro arguments"); in expand()
469 error(ERROR, "EOF in macro arglist"); in gatherargs()
507 error(FATAL, "Sorry, too many macro arguments"); in gatherargs()
536 error(ERROR, "# not followed by macro parameter"); in substargs()
594 error(ERROR, "## occurs at border of replacement"); in doconcat()
606 error(ERROR, "## string concatination buffer overrun"); in doconcat()
633 error(WARNING, "Bad token %r produced by ##", &ntr); in doconcat()
687 error(ERROR, "Stringified macro arg is too long"); in stringify()
769 error(ERROR, "cpp botch: unknown internal macro"); in builtin()