HomeSort by: relevance | last modified time | path
    Searched refs:Body (Results 1 - 4 of 4) 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 */
prexpress.c 127 if (DefineInfo->Body)
prscan.c 383 if (DefineInfo->Body)

Completed in 21 milliseconds