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()
161 error(INFO, "Macro definition of %s(%r) [%r]", np->name, np->ap, np->vp); in dodefine()
163 error(INFO, "Macro definition of %s [%r]", np->name, np->vp); in dodefine()
203 error(FATAL, "Illegal -A argument %r", trp); in doadefine()
224 error(FATAL, "Illegal -D or -U argument %r", trp); in doadefine()
270 error(ERROR, "Incorrect syntax for `defined'"); in expandrow()
287 error(ERROR, "Incorrect syntax for `#machine'"); in expandrow()
324 error(INFO, "Macro expansion of %t with %s(%r)", trp->tp, np->name, np->ap); in expand()
326 error(INFO, "Macro expansion of %t with %s", trp->tp, np->name); in expand()
342 error(ERROR, "Disagreement in number of macro arguments"); in expand()
468 error(ERROR, "EOF in macro arglist"); in gatherargs()
506 error(FATAL, "Sorry, too many macro arguments"); in gatherargs()
535 error(ERROR, "# not followed by macro parameter"); in substargs()
593 error(ERROR, "## occurs at border of replacement"); in doconcat()
605 error(ERROR, "## string concatination buffer overrun"); in doconcat()
632 error(WARNING, "Bad token %r produced by ##", &ntr); in doconcat()
686 error(ERROR, "Stringified macro arg is too long"); in stringify()
768 error(ERROR, "cpp botch: unknown internal macro"); in builtin()