| 703 | } |
| 704 | |
| 705 | staticfn boolean |
| 706 | cnf_line_DATADIR(char *bufp) |
| 707 | { |
| 708 | #ifdef NOCWD_ASSUMPTIONS |
| 709 | adjust_prefix(bufp, DATAPREFIX); |
| 710 | #else |
| 711 | nhUse(bufp); |
| 712 | #endif |
| 713 | return TRUE; |
| 714 | } |
| 715 | |
| 716 | staticfn boolean |
| 717 | cnf_line_SCOREDIR(char *bufp) |
nothing calls this directly
no test coverage detected