Searched refs:macro_symbol (Results 1 – 3 of 3) sorted by relevance
61 static symbol_t *macro_symbol; variable 87 macro_symbol = $1;91 if (macro_symbol->info.macroinfo->narg != $4) {92 printf("Narg == %d", macro_symbol->info.macroinfo->narg);97 macro_symbol = NULL;132 if (macro_symbol == NULL || macro_symbol->type != MACRO) {142 STAILQ_FOREACH(marg, ¯o_symbol->info.macroinfo->args, links) {
520 expand_macro(struct symbol *macro_symbol)533 body_head = macro_symbol->info.macroinfo->body;540 next_substitution(macro_symbol, body_pos, &next_match,562 STAILQ_FOREACH(marg, ¯o_symbol->info.macroinfo->args, links) {
87 void expand_macro(struct symbol *macro_symbol);