Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.h29 #define Z_SHELL_VT100_CMD(_shell_, ...) \ argument
32 !z_flag_use_vt100_get(_shell_)) \
34 z_shell_raw_fprintf(_shell_->fprintf_ctx, __VA_ARGS__); \
37 #define Z_SHELL_SET_FLAG_ATOMIC(_shell_, _type_, _flag_, _val_, _ret_) \ argument
40 atomic_t *_dst_ = (atomic_t *)&(_shell_)->ctx->_type_.value; \
/Zephyr-latest/include/zephyr/shell/
Dshell.h254 static const struct shell_static_entry UTIL_CAT(_shell_, syntax) = \
260 .entry = &UTIL_CAT(_shell_, syntax) \