Lines Matching refs:_help
286 _usage, _help, _comp) \ argument
288 _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
291 _usage, _help, _comp) \ argument
294 _cmd, _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
296 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
299 _usage, _help, _comp);
302 _help, _comp) \ argument
305 _usage, _help, _comp)
320 _usage, _help, _comp) \ argument
322 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
325 _help, _comp) \ argument
327 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
329 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument
334 _help, _comp) \ argument
339 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
340 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
342 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
344 _usage, _help, NULL)
355 #define U_BOOT_CMD_WITH_SUBCMDS(_name, _usage, _help, ...) \ argument
358 _usage, _help, complete_##_name)