Home
last modified time | relevance | path

Searched refs:cmd_never_repeatable (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dcommand.h76 int cmd_never_repeatable(cmd_tbl_t *cmdtp, int flag, int argc,
311 _rep ? cmd_always_repeatable : cmd_never_repeatable, \
/third_party/uboot/u-boot-2020.01/common/
Dcommand.c543 int cmd_never_repeatable(cmd_tbl_t *cmdtp, int flag, int argc, in cmd_never_repeatable() function