Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.h53 static inline bool z_flag_insert_mode_get(const struct shell *sh) in z_flag_insert_mode_get() function
Dshell_ops.c329 if (z_flag_insert_mode_get(sh) && in z_shell_op_char_insert()
Dshell.c392 if (z_flag_insert_mode_get(sh)) { in autocomplete()
1135 bool status = z_flag_insert_mode_get(sh); in state_collect()