clear saved context to avoid inappropriate resumption of interrupted 'A' */
| 3011 | |
| 3012 | /* clear saved context to avoid inappropriate resumption of interrupted 'A' */ |
| 3013 | void |
| 3014 | reset_remarm(void) |
| 3015 | { |
| 3016 | svc.context.takeoff.what = svc.context.takeoff.mask = 0L; |
| 3017 | svc.context.takeoff.disrobing[0] = '\0'; |
| 3018 | } |
| 3019 | |
| 3020 | /* the #takeoffall command -- remove multiple worn items */ |
| 3021 | int |
no outgoing calls
no test coverage detected