Home
last modified time | relevance | path

Searched defs:_usage (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dcommand.h304 _usage, _help, _comp) \ argument
309 _usage, _help, _comp) \ argument
314 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
319 #define U_BOOT_CMDREP_COMPLETE(_name, _maxargs, _cmd_rep, _usage, \ argument
338 _usage, _help, _comp) \ argument
342 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, \ argument
347 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument
351 #define U_BOOT_CMDREP_COMPLETE(_name, _maxargs, _cmd_rep, _usage, \ argument
357 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
360 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
[all …]
/third_party/python/Lib/
Dpdb.py1647 _usage = """\ variable