Searched refs:loclist (Results 1 – 1 of 1) sorted by relevance
761 formal_entry *loclist = NULL; in macro_expand_body() local883 f->next = loclist; in macro_expand_body()884 loclist = f; in macro_expand_body()968 while (loclist != NULL) in macro_expand_body()972 f = loclist->next; in macro_expand_body()975 hash_jam (formal_hash, sb_terminate (&loclist->name), NULL); in macro_expand_body()976 del_formal (loclist); in macro_expand_body()977 loclist = f; in macro_expand_body()