symtab_get_first_arg
if ((e = symtab_get_first_arg()) != NULL || !is_void(e)) {
for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) {
for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) {
extern ENTRY *symtab_get_first_arg(void);
if ((p = symtab_get_first_arg()) != NULL) {