Searched refs:tv2bool (Results 1 – 8 of 8) sorted by relevance
15 int tv2bool(typval_T *tv);
1020 int val = tv2bool(value); in check_script_var_type()
2335 result = tv2bool(rettv); in eval1()3317 int n = tv2bool(rettv); in eval7t()3688 val = tv2bool(rettv); in eval7_leader()
3237 jump = tv2bool(tv); in exec_instructions()4304 n = tv2bool(tv); in exec_instructions()5931 tv2bool(typval_T *tv) in tv2bool() function
2239 *remp = !tv2bool(newtv); in filter_map_one()
4103 int v = tv2bool(rettv); in apply_leader()5290 int is_true = tv2bool(tv); in compile_and_or()5522 const_value = tv2bool(&ppconst->pp_tv[ppconst_used]); in compile_expr1()
3306 bool_tv.vval.v_number = tv2bool(tv) ? VVAL_TRUE : VVAL_FALSE; in set_var_const()
42980 Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool()