Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dvim9execute.pro15 int tv2bool(typval_T *tv);
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9script.c1017 int val = tv2bool(value); in check_script_var_type()
H A Deval.c2335 result = tv2bool(rettv); in eval1()
3317 int n = tv2bool(rettv); in eval7t()
3688 val = tv2bool(rettv); in eval7_leader()
H A Dvim9execute.c3283 jump = tv2bool(tv); in exec_instructions()
4350 n = tv2bool(tv); in exec_instructions()
5987 tv2bool(typval_T *tv) in tv2bool() function
H A Dlist.c2239 *remp = !tv2bool(newtv); in filter_map_one()
H A Dvim9compile.c4134 int v = tv2bool(rettv); in apply_leader()
5321 int is_true = tv2bool(tv); in compile_and_or()
5553 const_value = tv2bool(&ppconst->pp_tv[ppconst_used]); in compile_expr1()
H A Devalvars.c3366 bool_tv.vval.v_number = tv2bool(tv) ? VVAL_TRUE : VVAL_FALSE; in set_var_const()