HomeSort by: relevance | last modified time | path
    Searched defs:Body (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
prmacros.c 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)
    [all...]
preprocess.h 206 char *Body; /* Macro body */

Completed in 14 milliseconds