| 16 | void cmdnames_release(struct cmdnames *cmds); |
| 17 | |
| 18 | static inline void mput_char(char c, unsigned int num) |
| 19 | { |
| 20 | while (num--) |
| 21 | putchar(c); |
| 22 | } |
| 23 | |
| 24 | void list_common_cmds_help(void); |
| 25 | void list_all_cmds_help(int show_external_commands, int show_aliases); |
no outgoing calls
no test coverage detected