Searched defs:defines (Results 1 – 3 of 3) sorted by relevance
3478 typedef struct defines { struct3479 struct defines *next; argument3484 /* The linked list of `set' defines. */ argument3485 DEFINE *defines = NULL; variable
94 def add_definitions(self, defines): argument
100 bool defines, bool DumpIncludeDirectives, in PrintPPOutputPPCallbacks()