Lines Matching refs:name
221 cerror("Redefining defined variable \"%s\"", dp->name);
223 cwarn("Redefining defined variable \"%s\"", dp->name);
258 if (streq(dp->name, token)) /* Macro name in body? */
418 cerror("Recursive macro definition of \"%s\"", tokenp->name);
419 fprintf(stderr, "(Defined by \"%s\")\n", macro->name);
456 cfatal("Bug: Illegal __ macro \"%s\"", tokenp->name);
468 cwarn("Macro \"%s\" needs arguments", tokenp->name);
469 fputs(tokenp->name, pCppOut );
475 tokenp->name);
565 file = getfile(NBUFF, tokenp->name);
602 tokenp->name);