Searched refs:help (Results 1 – 2 of 2) sorted by relevance
5 macro_rules! help { macro17 pub unsafe fn help() { in help() method31 insert(help!("cd", Self::shell_help_cd)); in init()32 insert(help!("exec", Self::shell_help_exec)); in init()
1 use help::Helper;9 mod help; module227 unsafe { Helper::help() }; in shell_cmd_help()