the #inventory command (not much left...) */
| 3003 | |
| 3004 | /* the #inventory command (not much left...) */ |
| 3005 | int |
| 3006 | ddoinv(void) |
| 3007 | { |
| 3008 | return dispinv_with_action((char *) 0, FALSE, NULL); |
| 3009 | } |
| 3010 | |
| 3011 | /* |
| 3012 | * find_unpaid() |
nothing calls this directly
no test coverage detected