Searched refs:_sh (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 1127 #define shell_info(_sh, _ft, ...) \ argument 1128 shell_fprintf_info(_sh, _ft "\n", ##__VA_ARGS__) 1140 #define shell_print(_sh, _ft, ...) \ argument 1141 shell_fprintf_normal(_sh, _ft "\n", ##__VA_ARGS__) 1153 #define shell_warn(_sh, _ft, ...) \ argument 1154 shell_fprintf_warn(_sh, _ft "\n", ##__VA_ARGS__) 1166 #define shell_error(_sh, _ft, ...) \ argument 1167 shell_fprintf_error(_sh, _ft "\n", ##__VA_ARGS__)
|