| 6318 | } |
| 6319 | |
| 6320 | staticfn int |
| 6321 | handler_symset(int optidx) |
| 6322 | { |
| 6323 | int reslt; |
| 6324 | |
| 6325 | reslt = do_symset(optidx == opt_roguesymset); /* symbols.c */ |
| 6326 | go.opt_need_redraw = TRUE; |
| 6327 | return reslt; |
| 6328 | } |
| 6329 | |
| 6330 | staticfn int |
| 6331 | handler_autopickup_exception(void) |
no test coverage detected