| 725 | } |
| 726 | |
| 727 | staticfn boolean |
| 728 | cnf_line_LOCKDIR(char *bufp) |
| 729 | { |
| 730 | #ifdef NOCWD_ASSUMPTIONS |
| 731 | adjust_prefix(bufp, LOCKPREFIX); |
| 732 | #else |
| 733 | nhUse(bufp); |
| 734 | #endif |
| 735 | return TRUE; |
| 736 | } |
| 737 | |
| 738 | staticfn boolean |
| 739 | cnf_line_CONFIGDIR(char *bufp) |
nothing calls this directly
no test coverage detected