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 282 char *Body;
335 /* This is the case for a NULL macro body */
365 /* Get the macro body. Token now points to start of body */
369 /* Match each method arg in the macro body for later use */
378 * Save argument offset within macro body. This is the mechanism
428 if (strcmp (DefineInfo->Body, BodyInSource) ||
439 "Macro body: %s\n",
447 Body = UtLocalCalloc (strlen (BodyInSource) + 1);
448 strcpy (Body, BodyInSource)
    [all...]
preprocess.h 98 char *Body; /* Macro body */

Completed in 14 milliseconds