Home
last modified time | relevance | path

Searched refs:_help (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dcommand.h304 _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/
DCONTRIBUTING.md25 …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/
De4crypt.c824 #define CMD(name) { #name, do_##name, name##_desc, name##_help, 0 }
/third_party/f2fs-tools/tools/
Df2fscrypt.c865 #define CMD(name) { #name, do_##name, name##_desc, name##_help, 0 }
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c940 #define CMD(name) { #name, do_##name, name##_desc, name##_help, 0 }
/third_party/python/Doc/library/
Didle.rst867 .. _help-sources: