Searched defs:macro_struct (Results 1 – 3 of 3) sorted by relevance
63 typedef struct macro_struct struct65 sb sub; /* Substitution text. */66 int formal_count; /* Number of formal args. */67 formal_entry *formals; /* Pointer to list of formal_structs. */68 struct hash_control *formal_hash; /* Hash table of formals. */69 const char *name; /* Macro name. */70 char *file; /* File the macro was defined in. */71 unsigned int line; /* Line number of definition. */
57 typedef struct macro_struct struct59 sb sub; /* Substitution text. */60 int formal_count; /* Number of formal args. */61 formal_entry *formals; /* Pointer to list of formal_structs. */62 struct hash_control *formal_hash; /* Hash table of formals. */
2749 struct macro_struct struct2751 sb sub; /* Substitution text. */2752 int formal_count; /* Number of formal args. */2753 struct formal_struct *formals; /* Pointer to list of2755 struct hash_control *formal_hash; /* Hash table of formals. */