Lines Matching refs:argvars
36 void f_flatten(typval_T *argvars, typval_T *rettv);
37 void f_flattennew(typval_T *argvars, typval_T *rettv);
46 void f_join(typval_T *argvars, typval_T *rettv);
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);