Home
last modified time | relevance | path

Searched refs:tokenp (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/rsc/source/rscpp/
H A Dcpp4.c390 void expand(DEFBUF* tokenp) argument
409 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 …]
H A Dcpp.h371 void expand( DEFBUF *tokenp );