| 1 |
/* |
/* |
| 2 |
* base/generic/compiler/qlfdid.c created from tcltk98/generic/interface/Qlfdid.c |
* base/generic/compiler/qlfdid.c created from tcltk/generic/interface/Qlfdid.c |
| 3 |
* Created: 1/94 |
* Created: 1/94 |
| 4 |
* Version: $Revision: 1.22 $ |
* Version: $Revision: 1.22 $ |
| 5 |
* Version control file: $RCSfile: Qlfdid.c,v $ |
* Version control file: $RCSfile: Qlfdid.c,v $ |
| 520 |
} |
} |
| 521 |
found = BrowQlfdidSearch3(str,temp,relative); |
found = BrowQlfdidSearch3(str,temp,relative); |
| 522 |
ascfree(temp); |
ascfree(temp); |
| 523 |
if (found != NULL) { |
if (found != NULL) { |
| 524 |
return 0; |
return 0; |
| 525 |
} else { |
} else { |
| 526 |
return 1; |
return 1; |