Lines Matching refs:opt_type
1638 getoption_T opt_type; in eval_option() local
1661 opt_type = get_option_value(*arg, &numval, in eval_option()
1664 if (opt_type == gov_unknown) in eval_option()
1673 if (opt_type == gov_hidden_string) in eval_option()
1678 else if (opt_type == gov_hidden_bool || opt_type == gov_hidden_number) in eval_option()
1680 rettv->v_type = in_vim9script() && opt_type == gov_hidden_bool in eval_option()
1684 else if (opt_type == gov_bool || opt_type == gov_number) in eval_option()
1686 if (in_vim9script() && opt_type == gov_bool) in eval_option()
1703 else if (working && (opt_type == gov_hidden_bool in eval_option()
1704 || opt_type == gov_hidden_number in eval_option()
1705 || opt_type == gov_hidden_string)) in eval_option()