Lines Matching refs:opt_type
1393 getoption_T opt_type; in ex_let_one() local
1402 opt_type = get_option_value(arg, &numval, &stringval, opt_flags); in ex_let_one()
1403 if ((opt_type == gov_bool in ex_let_one()
1404 || opt_type == gov_number in ex_let_one()
1405 || opt_type == gov_hidden_bool in ex_let_one()
1406 || opt_type == gov_hidden_number) in ex_let_one()
1409 if (opt_type == gov_bool || opt_type == gov_hidden_bool) in ex_let_one()
1425 if (((opt_type == gov_bool || opt_type == gov_number) in ex_let_one()
1427 || (opt_type == gov_string && *op != '.')) in ex_let_one()
1436 if (opt_type == gov_number in ex_let_one()
1437 || (opt_type == gov_bool && !in_vim9script())) in ex_let_one()
1451 else if (opt_type == gov_string in ex_let_one()
1464 if (opt_type != gov_string || s != NULL) in ex_let_one()