Searched defs:_help (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/include/ |
D | command.h | 187 _usage, _help, _comp) \ argument 191 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 208 _help, _comp) \ argument 212 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument 218 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument 221 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
|
/external/iw/ |
D | iw.h | 66 #define __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help… argument 81 #define __ACMD(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _… argument 91 #define TOPLEVEL(_name, _args, _nlcmd, _flags, _idby, _handler, _help) \ argument
|
/external/python/cpython2/Lib/plat-mac/ |
D | pimp.py | 1099 def _help(): function
|