Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell.h463 #define SHELL_CMD_ARG(syntax, subcmd, help, handler, mand, opt) \ argument
485 #define SHELL_COND_CMD_ARG(flag, syntax, subcmd, help, handler, mand, opt) \ argument
/Zephyr-latest/subsys/shell/
Dshell.c541 uint32_t mand = sh->ctx->active_cmd.args.mandatory; in exec_cmd() local