| 714 | } |
| 715 | |
| 716 | staticfn boolean |
| 717 | cnf_line_SCOREDIR(char *bufp) |
| 718 | { |
| 719 | #ifdef NOCWD_ASSUMPTIONS |
| 720 | adjust_prefix(bufp, SCOREPREFIX); |
| 721 | #else |
| 722 | nhUse(bufp); |
| 723 | #endif |
| 724 | return TRUE; |
| 725 | } |
| 726 | |
| 727 | staticfn boolean |
| 728 | cnf_line_LOCKDIR(char *bufp) |
nothing calls this directly
no test coverage detected