show the sysconf file name, playground directory, run-time configuration file name, dumplog file name if applicable, and some other things */
| 388 | /* show the sysconf file name, playground directory, run-time configuration |
| 389 | file name, dumplog file name if applicable, and some other things */ |
| 390 | ATTRNORETURN void |
| 391 | after_opt_showpaths(const char *dir) |
| 392 | { |
| 393 | #ifdef CHDIR |
| 394 | chdirx(dir, FALSE); |
| 395 | #else |
| 396 | nhUse(dir); |
| 397 | #endif |
| 398 | opt_terminate(); |
| 399 | /*NOTREACHED*/ |
| 400 | } |
| 401 | |
| 402 | /* handle "-s <score options> [character-names]" to show all the entries |
| 403 | in the high scores file ('record') belonging to particular characters; |
no test coverage detected