Searched defs:shell_fprintf (Results 1 – 3 of 3) sorted by relevance
29 struct shell_fprintf { struct32 shell_fprintf_fwrite fwrite; argument34 struct shell_fprintf_control_block *ctrl_blk; argument38 * @brief Macro for defining shell_fprintf instance. argument
1074 #define shell_fprintf(sh, color, fmt, ...) shell_fprintf_impl(sh, color, fmt, ##__VA_ARGS__) macro
14 #define shell_fprintf(sh, color, fmt, ...) \ macro