Lines Matching refs:rettv
8 int rettv_list_alloc(typval_T *rettv);
9 int rettv_list_alloc_id(typval_T *rettv, alloc_id_T id);
10 void rettv_list_set(typval_T *rettv, list_T *l);
36 void f_flatten(typval_T *argvars, typval_T *rettv);
37 void f_flattennew(typval_T *argvars, typval_T *rettv);
41 …t, int range, varnumber_T n1_arg, varnumber_T n2_arg, int exclusive, typval_T *rettv, int verbose);
46 void f_join(typval_T *argvars, typval_T *rettv);
47 int eval_list(char_u **arg, typval_T *rettv, evalarg_T *evalarg, int do_error);
50 void f_list2str(typval_T *argvars, typval_T *rettv);
51 void f_sort(typval_T *argvars, typval_T *rettv);
52 void f_uniq(typval_T *argvars, typval_T *rettv);
53 void f_filter(typval_T *argvars, typval_T *rettv);
54 void f_map(typval_T *argvars, typval_T *rettv);
55 void f_mapnew(typval_T *argvars, typval_T *rettv);
56 void f_add(typval_T *argvars, typval_T *rettv);
57 void f_count(typval_T *argvars, typval_T *rettv);
58 void f_extend(typval_T *argvars, typval_T *rettv);
59 void f_extendnew(typval_T *argvars, typval_T *rettv);
60 void f_insert(typval_T *argvars, typval_T *rettv);
61 void f_remove(typval_T *argvars, typval_T *rettv);
62 void f_reverse(typval_T *argvars, typval_T *rettv);
63 void f_reduce(typval_T *argvars, typval_T *rettv);