Lines Matching refs:VAR_LIST
110 {VV_NAME("oldfiles", VAR_LIST), 0},
120 {VV_NAME("errors", VAR_LIST), 0},
149 {VV_NAME("argv", VAR_LIST), VV_RO},
280 else if (p->vv_di.di_tv.v_type == VAR_LIST) in evalvars_clear()
466 if (rettv.v_type != VAR_LIST) in eval_spell_expr()
955 if (tv->v_type != VAR_LIST || (l = tv->vval.v_list) == NULL) in ex_let_vars()
999 ltv.v_type = VAR_LIST; in ex_let_vars()
1833 && di->di_tv.v_type != VAR_LIST) in do_lock_var()
1936 case VAR_LIST: in item_lock()
2377 vimvars[idx].vv_type = VAR_LIST; in set_vim_var_list()
2691 else if (tv->v_type == VAR_LIST && tv->vval.v_list == NULL) in eval_variable()
3156 else if (type == VAR_LIST) in list_one_var_a()
3480 else if (type->tt_type == VAR_LIST && dest_tv->vval.v_list != NULL) in set_var_const()
3831 if (vp->vv_type != VAR_LIST || vimvars[VV_ERRORS].vv_list == NULL) in assert_error()