commands which accept 'm' prefix to request menu operation or other alternate behavior; it's also overloaded for move-without-autopickup; there is no overlap between the two groups of commands */
| 3506 | alternate behavior; it's also overloaded for move-without-autopickup; |
| 3507 | there is no overlap between the two groups of commands */ |
| 3508 | staticfn boolean |
| 3509 | accept_menu_prefix(const struct ext_func_tab *ec) |
| 3510 | { |
| 3511 | return (ec && ((ec->flags & CMD_M_PREFIX) != 0)); |
| 3512 | } |
| 3513 | |
| 3514 | /* choose a random character, biased towards movement commands, primarily |
| 3515 | for debug-fuzzer testing */ |
no outgoing calls
no test coverage detected