Lines Matching refs:_help
186 _usage, _help, _comp) \ argument
188 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
190 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
193 _usage, _help, _comp);
207 _help, _comp) \ argument
209 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
211 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument
217 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
218 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
220 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
222 _usage, _help, NULL)
225 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
228 _CMD_HELP(_help) _CMD_COMPLETE(NULL) }
230 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
231 U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help)