Searched defs:macro_struct (Results 1 – 1 of 1) sorted by relevance
61 typedef struct macro_struct struct63 sb sub; /* Substitution text. */64 int formal_count; /* Number of formal args. */65 formal_entry *formals; /* Pointer to list of formal_structs. */66 struct hash_control *formal_hash; /* Hash table of formals. */67 const char *name; /* Macro name. */68 const char *file; /* File the macro was defined in. */69 unsigned int line; /* Line number of definition. */