Searched refs:cmd_always_repeatable (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/ |
H A D | command.h | 73 int cmd_always_repeatable(cmd_tbl_t *cmdtp, int flag, int argc, 82 return cmdtp->cmd_rep == cmd_always_repeatable; in cmd_is_repeatable() 293 _rep ? cmd_always_repeatable : cmd_never_repeatable, \
|
/openbmc/u-boot/cmd/ |
H A D | help.c | 32 "?", CONFIG_SYS_MAXARGS, cmd_always_repeatable, do_help,
|
/openbmc/u-boot/common/ |
H A D | command.c | 524 int cmd_always_repeatable(cmd_tbl_t *cmdtp, int flag, int argc, in cmd_always_repeatable() function
|