Searched refs:_help (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/include/ |
D | command.h | 304 _usage, _help, _comp) \ argument 306 _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) } 309 _usage, _help, _comp) \ argument 312 _cmd, _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) } 314 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 317 _usage, _help, _comp); 320 _help, _comp) \ argument 323 _usage, _help, _comp) 338 _usage, _help, _comp) \ argument 340 _CMD_HELP(_help) _CMD_COMPLETE(_comp) } [all …]
|
/third_party/typescript_eslint/ |
D | CONTRIBUTING.md | 25 …ll just ask you to open a new issue, so please save everyone's time, and **_help us to help you_**.
|
/third_party/e2fsprogs/misc/ |
D | e4crypt.c | 824 #define CMD(name) { #name, do_##name, name##_desc, name##_help, 0 }
|
/third_party/f2fs-tools/tools/ |
D | f2fscrypt.c | 865 #define CMD(name) { #name, do_##name, name##_desc, name##_help, 0 }
|
/third_party/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 940 #define CMD(name) { #name, do_##name, name##_desc, name##_help, 0 }
|
/third_party/python/Doc/library/ |
D | idle.rst | 867 .. _help-sources:
|