Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9execute.pro15 int tv2bool(typval_T *tv);
/vim-8.2.3635/src/
H A Dvim9script.c1020 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.c3237 jump = tv2bool(tv); in exec_instructions()
4304 n = tv2bool(tv); in exec_instructions()
5931 tv2bool(typval_T *tv) in tv2bool() function
H A Dlist.c2239 *remp = !tv2bool(newtv); in filter_map_one()
H A Dvim9compile.c4103 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()
H A Devalvars.c3306 bool_tv.vval.v_number = tv2bool(tv) ? VVAL_TRUE : VVAL_FALSE; in set_var_const()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt42980 Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool()