Searched refs:tokenp (Results 1 – 2 of 2) sorted by relevance
390 void expand(DEFBUF* tokenp) argument409 dumpadef("expand entry", tokenp);416 macro = tokenp;418 cerror("Recursive macro definition of \"%s\"", tokenp->name);434 switch (tokenp->nargs) {455 if (tokenp->nargs < 0)456 cfatal("Bug: Illegal __ macro \"%s\"", tokenp->name);468 cwarn("Macro \"%s\" needs arguments", tokenp->name);469 fputs(tokenp->name, pCppOut );473 if (tokenp->nargs != nargs) { /* Should be an error? */[all …]
371 void expand( DEFBUF *tokenp );