Lines Matching defs:Body
390 char *Body;
443 /* This is the case for a NULL macro body */
473 /* Get the macro body. Token now points to start of body */
477 /* Match each method arg in the macro body for later use */
486 * Save argument offset within macro body. This is the mechanism
536 if (strcmp (DefineInfo->Body, BodyInSource) ||
547 "Macro body: %s\n",
555 Body = UtLocalCalloc (strlen (BodyInSource) + 1);
556 strcpy (Body, BodyInSource);
558 DefineInfo->Body = Body;
603 /* Take a copy of the macro body for expansion */
605 strcpy (AslGbl_MacroTokenBuffer, DefineInfo->Body);
607 /* Replace each argument within the prototype body */