Home
last modified time | relevance | path

Searched refs:gov_bool (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Devalvars.c1403 if ((opt_type == gov_bool 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()
1437 || (opt_type == gov_bool && !in_vim9script())) in ex_let_one()
H A Dtypval.c1684 else if (opt_type == gov_bool || opt_type == gov_number) in eval_option()
1686 if (in_vim9script() && opt_type == gov_bool) in eval_option()
H A Doption.h66 gov_bool, enumerator
H A Dif_tcl.c1311 case gov_bool: in tclsetoption()
H A Dif_mzsch.c1764 case gov_bool: in get_option()
H A Doption.c4038 return (options[opt_idx].flags & P_NUM) ? gov_number : gov_bool; in get_option_value()
H A Dvim9compile.c6094 case gov_bool: in get_var_dest()