| 595 |
} |
} |
| 596 |
} |
} |
| 597 |
|
|
| 598 |
|
/* Returns true if all names from the namelist were processed */ |
| 599 |
|
bool |
| 600 |
|
names_done () |
| 601 |
|
{ |
| 602 |
|
struct name const *cursor; |
| 603 |
|
for (cursor = namelist; cursor; cursor = cursor->next) |
| 604 |
|
if (!cursor->found && !cursor->fake) |
| 605 |
|
return false; |
| 606 |
|
return true; |
| 607 |
|
} |
| 608 |
|
|
| 609 |
/* Print the names of things in the namelist that were not matched. */ |
/* Print the names of things in the namelist that were not matched. */ |
| 610 |
void |
void |
| 611 |
names_notfound (void) |
names_notfound (void) |