| 747 | } |
| 748 | |
| 749 | staticfn boolean |
| 750 | cnf_line_TROUBLEDIR(char *bufp) |
| 751 | { |
| 752 | #ifdef NOCWD_ASSUMPTIONS |
| 753 | adjust_prefix(bufp, TROUBLEPREFIX); |
| 754 | #else |
| 755 | nhUse(bufp); |
| 756 | #endif |
| 757 | return TRUE; |
| 758 | } |
| 759 | |
| 760 | staticfn boolean |
| 761 | cnf_line_NAME(char *bufp) |
nothing calls this directly
no test coverage detected