Home
last modified time | relevance | path

Searched refs:cmd_always_repeatable (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/cmd/
Dhelp.c33 "?", CONFIG_SYS_MAXARGS, cmd_always_repeatable, do_help,
/third_party/uboot/u-boot-2020.01/include/
Dcommand.h74 int cmd_always_repeatable(cmd_tbl_t *cmdtp, int flag, int argc,
83 return cmdtp->cmd_rep == cmd_always_repeatable; in cmd_is_repeatable()
311 _rep ? cmd_always_repeatable : cmd_never_repeatable, \
/third_party/uboot/u-boot-2020.01/common/
Dcommand.c535 int cmd_always_repeatable(cmd_tbl_t *cmdtp, int flag, int argc, in cmd_always_repeatable() function