| 736 | } |
| 737 | |
| 738 | staticfn boolean |
| 739 | cnf_line_CONFIGDIR(char *bufp) |
| 740 | { |
| 741 | #ifdef NOCWD_ASSUMPTIONS |
| 742 | adjust_prefix(bufp, CONFIGPREFIX); |
| 743 | #else |
| 744 | nhUse(bufp); |
| 745 | #endif |
| 746 | return TRUE; |
| 747 | } |
| 748 | |
| 749 | staticfn boolean |
| 750 | cnf_line_TROUBLEDIR(char *bufp) |
nothing calls this directly
no test coverage detected