Rev 601 | Rev 616 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 601 | Rev 602 | ||
|---|---|---|---|
| Line 170... | Line 170... | ||
| 170 | found++; |
170 | found++; |
| 171 | } |
171 | } |
| 172 | if (!found) |
172 | if (!found) |
| 173 | return 0; |
173 | return 0; |
| 174 | 174 | ||
| 175 | if (found > 1) { |
175 | if (found > 1 && !strlen(output)) { |
| 176 | printf("\n"); |
176 | printf("\n"); |
| 177 | startpos = 0; |
177 | startpos = 0; |
| 178 | while ((foundtxt = symtab_search_one(name, &startpos))) { |
178 | while ((foundtxt = symtab_search_one(name, &startpos))) { |
| 179 | printf("%s\n", symbol_table[startpos].symbol_name); |
179 | printf("%s\n", symbol_table[startpos].symbol_name); |
| 180 | startpos++; |
180 | startpos++; |