Home
last modified time | relevance | path

Searched refs:MAC_PARM (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/rsc/source/rscpp/ !
H A Dcpp4.c254 save(i + MAC_PARM); /* Save a magic cookie */
319 *wp++ = MAC_PARM + PAR_MAC; /* Stuff a magic marker */
320 *wp++ = (char)(i + MAC_PARM); /* Make a formal marker */
324 *wp++ = MAC_PARM + PAR_MAC; /* Stuff a magic marker */
325 *wp++ = (i + MAC_PARM); /* Make a formal marker */
575 if (c >= MAC_PARM && c <= (MAC_PARM + PAR_MAC)) {
577 string_magic = (c == (MAC_PARM + PAR_MAC));
583 if ((c -= MAC_PARM) < nargs) {
H A Dcpp6.c702 fprintf( pCppOut, "<%%%d>", c - MAC_PARM); in dumpadef()
705 if (c >= MAC_PARM && c <= (MAC_PARM + PAR_MAC)) in dumpadef()
706 fprintf( pCppOut, "<%%%d>", c - MAC_PARM); in dumpadef()
H A Dcpp.h74 #define MAC_PARM 0x01 /* Macro formals start here */ macro
83 #define MAC_PARM DEL /* Macro formals start here */ macro

Completed in 53 milliseconds