Searched defs:_help (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | command.h | 186 _usage, _help, _comp) \ argument 190 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 207 _help, _comp) \ argument 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 220 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument 225 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument 230 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
|