Lines Matching refs:VAR_BOOL
635 case VAR_BOOL: in may_generate_2STRING()
854 case VAR_BOOL: isntype = ISN_COMPAREBOOL; break; in get_compare_isn()
883 && (type1 == VAR_BOOL || type1 == VAR_SPECIAL in get_compare_isn()
884 || type2 == VAR_BOOL || type2 == VAR_SPECIAL))) in get_compare_isn()
2798 case VAR_BOOL: in generate_tv_PUSH()
3993 type_T *type = rettv.v_type == VAR_BOOL ? &t_bool in compile_get_option()
4107 rettv->v_type = VAR_BOOL; in apply_leader()
4123 rettv->v_type = VAR_BOOL; in get_vim_constant()
4129 rettv->v_type = VAR_BOOL; in get_vim_constant()
4720 rettv->v_type = VAR_BOOL; in compile_expr7()
4734 rettv->v_type = VAR_BOOL; in compile_expr7()
5210 tv1->v_type = VAR_BOOL; in compile_expr4()
5299 tv->v_type = VAR_BOOL; in compile_and_or()
5361 tv->v_type = VAR_BOOL; in compile_and_or()
7201 case VAR_BOOL: in compile_assignment()