Home
last modified time | relevance | path

Searched refs:list_alloc (Results 1 – 25 of 29) sorted by relevance

12

/vim-8.2.3635/src/
H A Devalbuffer.c617 windows = list_alloc(); in get_buffer_info()
628 windows = list_alloc(); in get_buffer_info()
647 list_T *signs = list_alloc(); in get_buffer_info()
H A Dlist.c89 list_alloc(void) in list_alloc() function
109 return (list_alloc()); in list_alloc_id()
172 list_T *l = list_alloc(); in rettv_list_alloc()
1110 l = list_alloc(); in list_concat()
1129 list_T *l = list_alloc(); in list_slice()
1223 copy = list_alloc(); in list_copy()
1497 l = list_alloc(); in eval_list()
H A Devalwindow.c279 fr_list = list_alloc(); in get_framelayout()
298 win_list = list_alloc(); in get_framelayout()
445 l = list_alloc(); in get_tabpage_info()
H A Devalvars.c230 set_vim_var_list(VV_ERRORS, list_alloc()); in evalvars_init()
645 l = list_alloc(); in heredoc_get()
990 l = list_alloc(); in ex_let_vars()
2405 list_T *l = list_alloc(); in set_argv_var()
2693 tv->vval.v_list = list_alloc(); in eval_variable()
3833 set_vim_var_list(VV_ERRORS, list_alloc()); in assert_error()
H A Dmatch.c1010 l = list_alloc(); in f_getmatches()
1116 s = list_alloc(); in f_setmatches()
H A Dpopupwin.c2945 list = list_alloc(); in get_padding_border()
2970 list = list_alloc(); in get_borderhighlight()
2996 list = list_alloc(); in get_borderchars()
3016 list = list_alloc(); in get_moved_list()
3024 list = list_alloc(); in get_moved_list()
H A Dregister.c1007 list = list_alloc(); in yank_do_autocmd()
2579 list_T *list = list_alloc(); in getreg_wrap_one_line()
2649 list_T *list = list_alloc(); in get_reg_contents()
H A Dsearch.c4690 ptrs[i].lmatchpos = list_alloc(); in fuzzy_match_in_list()
4869 l = list_alloc(); in do_fuzzymatch()
4874 l = list_alloc(); in do_fuzzymatch()
4879 l = list_alloc(); in do_fuzzymatch()
H A Dregexp.c2510 list = list_alloc(); in reg_submatch_list()
2540 list = list_alloc(); in reg_submatch_list()
H A Ddigraph.c2161 l2 = list_alloc(); in digraph_getlist_appendpair()
H A Dmenu.c2843 l = list_alloc(); in menuitem_getinfo()
2926 l = list_alloc(); in menuitem_getinfo()
H A Dif_lua.c1355 args.vval.v_list = list_alloc(); in luaV_funcref_call()
1953 l = list_alloc(); in luaV_list()
H A Ddict.c1248 l2 = list_alloc(); in dict_list()
H A Dif_mzsch.c3240 list_T *list = list_alloc(); in mzscheme_to_vim_impl()
3386 list_T *list = list_alloc(); in vim_funcref()
H A Dundo.c3633 list_T *alt_list = list_alloc(); in u_eval_tree()
3721 list = list_alloc(); in f_undotree()
H A Dmark.c1427 lpos = list_alloc(); in add_mark()
H A Dif_ruby.c1923 l = list_alloc(); in ruby_convert_to_vim_value()
H A Dif_perl.xs1241 if ((list = list_alloc()) == NULL) in perl_to_vim()
H A Dchange.c216 curbuf->b_recorded_changes = list_alloc(); in may_record_change()
H A Djob.c1848 l = list_alloc(); in job_info()
H A Dmisc1.c2472 list = list_alloc(); in get_cmd_output_as_rettv()
H A Dmain.c554 set_vim_var_list(VV_OLDFILES, list_alloc()); in vim_main2()
H A Dquickfix.c6755 l = list_alloc(); in qf_get_list_from_lines()
6928 list_T *l = list_alloc(); in qf_getprop_defaults()
6995 list_T *l = list_alloc(); in qf_getprop_items()
H A Dif_py_both.h2281 if (!(ret = list_alloc())) in py_list_alloc()
3136 if (self->argv == NULL || (list = list_alloc()) == NULL) in FunctionAttr()
/vim-8.2.3635/src/proto/
H A Dlist.pro4 list_T *list_alloc(void);

12