Home | History | Annotate | Download | only in gas

Lines Matching full:formal_entry

469 static formal_entry *
472 formal_entry *formal;
474 formal = XNEW (formal_entry);
487 del_formal (formal_entry *formal)
500 formal_entry **p = &macro->formals;
506 formal_entry *formal = new_formal ();
595 formal_entry *formal = new_formal ();
629 formal_entry *formal;
633 formal_entry *f;
748 formal_entry *ptr;
758 ptr = (formal_entry *) hash_find (formal_hash, sb_terminate (t));
793 macro_expand_body (sb *in, sb *out, formal_entry *formals,
799 formal_entry *loclist = NULL;
861 formal_entry *f;
912 formal_entry *f = new_formal ();
966 formal_entry *ptr;
970 ptr = (formal_entry *) hash_find (formal_hash, sb_terminate (&t));
1009 formal_entry *f;
1029 formal_entry *ptr;
1030 formal_entry *f;
1057 formal_entry *n = new_formal ();
1099 ptr = (formal_entry *) hash_find (m->formal_hash, sb_terminate (&t));
1133 formal_entry **pf;
1197 ptr = (formal_entry *) hash_find (m->formal_hash, sb_terminate (&t));
1208 formal_entry **pf;
1316 formal_entry f;