133
133
/* Insert root (the program) into the queue and tag it */
138
138
/* If the symbol is found, it will be stored in 'sym' */
141
141
/* While queue is not empty */
143
143
/* Pop first element from the queue */
145
145
list_remove(&m->queue_link);
147
147
s = def_find_in_module(name, m);