Home
last modified time | relevance | path

Searched refs:shell_flag (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/shell/
Dshell_fprintf.c19 if ((sh->shell_flag == SHELL_FLAG_OLF_CRLF) && (c == '\n')) { in out_func()
Dshell.c1208 __ASSERT_NO_MSG((sh->shell_flag == SHELL_FLAG_CRLF_DEFAULT) || in instance_init()
1209 (sh->shell_flag == SHELL_FLAG_OLF_CRLF)); in instance_init()
/Zephyr-latest/include/zephyr/shell/
Dshell.h904 enum shell_flag { enum
920 const enum shell_flag shell_flag; member
965 .shell_flag = _shell_flag, \