Searched refs:macro_symbol (Results 1 – 3 of 3) sorted by relevance
61 static symbol_t *macro_symbol; variable86 macro_symbol = $1;90 if (macro_symbol->info.macroinfo->narg != $4) {91 printf("Narg == %d", macro_symbol->info.macroinfo->narg);96 macro_symbol = NULL;131 if (macro_symbol == NULL || macro_symbol->type != MACRO) {141 STAILQ_FOREACH(marg, ¯o_symbol->info.macroinfo->args, links) {
517 expand_macro(struct symbol *macro_symbol)530 body_head = macro_symbol->info.macroinfo->body;537 next_substitution(macro_symbol, body_pos, &next_match,559 STAILQ_FOREACH(marg, ¯o_symbol->info.macroinfo->args, links) {
87 void expand_macro(struct symbol *macro_symbol);