Lines Matching defs:val
87 static inline bool z_flag_insert_mode_set(const struct shell *shell, bool val) in z_flag_insert_mode_set()
100 static inline bool z_flag_use_colors_set(const struct shell *shell, bool val) in z_flag_use_colors_set()
113 static inline bool z_flag_echo_set(const struct shell *shell, bool val) in z_flag_echo_set()
126 static inline bool z_flag_obscure_set(const struct shell *shell, bool val) in z_flag_obscure_set()
139 static inline bool z_flag_processing_set(const struct shell *shell, bool val) in z_flag_processing_set()
152 static inline bool z_flag_tx_rdy_set(const struct shell *shell, bool val) in z_flag_tx_rdy_set()
165 static inline bool z_flag_mode_delete_set(const struct shell *shell, bool val) in z_flag_mode_delete_set()
178 static inline bool z_flag_history_exit_set(const struct shell *shell, bool val) in z_flag_history_exit_set()
191 static inline bool z_flag_cmd_ctx_set(const struct shell *shell, bool val) in z_flag_cmd_ctx_set()
204 static inline void z_flag_last_nl_set(const struct shell *shell, uint8_t val) in z_flag_last_nl_set()
214 static inline bool z_flag_print_noinit_set(const struct shell *shell, bool val) in z_flag_print_noinit_set()
227 static inline bool z_flag_panic_mode_set(const struct shell *sh, bool val) in z_flag_panic_mode_set()