Lines Matching refs:cfg
55 return sh->ctx->cfg.flags.insert_mode == 1; in z_flag_insert_mode_get()
62 Z_SHELL_SET_FLAG_ATOMIC(sh, cfg, insert_mode, val, ret); in z_flag_insert_mode_set()
68 return sh->ctx->cfg.flags.use_colors == 1; in z_flag_use_colors_get()
75 Z_SHELL_SET_FLAG_ATOMIC(sh, cfg, use_colors, val, ret); in z_flag_use_colors_set()
81 return sh->ctx->cfg.flags.use_vt100 == 1; in z_flag_use_vt100_get()
88 Z_SHELL_SET_FLAG_ATOMIC(sh, cfg, use_vt100, val, ret); in z_flag_use_vt100_set()
94 return sh->ctx->cfg.flags.echo == 1; in z_flag_echo_get()
101 Z_SHELL_SET_FLAG_ATOMIC(sh, cfg, echo, val, ret); in z_flag_echo_set()
107 return sh->ctx->cfg.flags.obscure == 1; in z_flag_obscure_get()
114 Z_SHELL_SET_FLAG_ATOMIC(sh, cfg, obscure, val, ret); in z_flag_obscure_set()
146 return sh->ctx->cfg.flags.mode_delete == 1; in z_flag_mode_delete_get()
153 Z_SHELL_SET_FLAG_ATOMIC(sh, cfg, mode_delete, val, ret); in z_flag_mode_delete_set()