Home
last modified time | relevance | path

Searched refs:ALLOC_CLEAR_MULT (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c542 fp->uf_tml_count = ALLOC_CLEAR_MULT(int, len); in func_do_profile()
544 fp->uf_tml_total = ALLOC_CLEAR_MULT(proftime_T, len); in func_do_profile()
546 fp->uf_tml_self = ALLOC_CLEAR_MULT(proftime_T, len); in func_do_profile()
H A Dpopupmenu.c1278 *array = ALLOC_CLEAR_MULT(pumitem_T, height); in split_message()
1375 balloon_array = ALLOC_CLEAR_MULT(pumitem_T, list->lv_len); in ui_post_balloon()
1483 array = ALLOC_CLEAR_MULT(pumitem_T, pum_size); in pum_show_popupmenu()
H A Dhashtab.c404 newarray = ALLOC_CLEAR_MULT(hashitem_T, newsize); in hash_may_resize()
H A Dviminfo.c1565 y_read_regs = ALLOC_CLEAR_MULT(yankreg_T, NUM_REGISTERS); in prepare_viminfo_registers()
2553 vi_namedfm = ALLOC_CLEAR_MULT(xfmark_T, NMARKS + EXTRA_MARKS); in prepare_viminfo_marks()
2555 vi_jumplist = ALLOC_CLEAR_MULT(xfmark_T, JUMPLISTSIZE); in prepare_viminfo_marks()
H A Dnetbeans.c3225 globalsignmap = ALLOC_CLEAR_MULT(char *, globalsignmaplen); in addsigntype()
3262 buf->signmap = ALLOC_CLEAR_MULT(int, buf->signmaplen); in addsigntype()
H A Dvim9type.c243 functype->tt_args = ALLOC_CLEAR_MULT(type_T *, argcount); in func_type_add_arg_types()
H A Dif_mzsch.c2626 array = ALLOC_CLEAR_MULT(char *, new_len + 1); in set_buffer_line_list()
2809 array = ALLOC_CLEAR_MULT(char *, size + 1); in insert_buffer_line_list()
H A Dvim.h1608 #define ALLOC_CLEAR_MULT(type, count) (type *)alloc_clear(sizeof(type) * (count)) macro
H A Dfindfile.c2465 in_curdir = ALLOC_CLEAR_MULT(char_u *, gap->ga_len); in uniquefy_paths()
H A Ddrawscreen.c991 wp->w_winbar_items = ALLOC_CLEAR_MULT(winbar_item_T, item_count + 1); in redraw_win_toolbar()
H A Dinsexpand.c1066 compl_match_array = ALLOC_CLEAR_MULT(pumitem_T, compl_match_arraysize); in ins_compl_show_pum()
H A Dsearch.c4636 ptrs = ALLOC_CLEAR_MULT(fuzzyItem_T, len); in fuzzy_match_in_list()
H A Dpopupwin.c3675 int *plines_cache = ALLOC_CLEAR_MULT(int, Rows); in may_update_popup_mask()
H A Dwindow.c5326 wp->w_lines = ALLOC_CLEAR_MULT(wline_T, Rows ); in win_alloc_lines()
H A Dspellfile.c912 lp->sl_prefprog = ALLOC_CLEAR_MULT(regprog_T *, cnt); in read_prefcond_section()
H A Duserfunc.c386 fp->uf_arg_types = ALLOC_CLEAR_MULT(type_T *, len); in parse_argument_types()
H A Dsyntax.c1121 sstp = ALLOC_CLEAR_MULT(synstate_T, len); in syn_stack_alloc()
H A Dif_py_both.h3173 pt->pt_argv = ALLOC_CLEAR_MULT(typval_T, self->argc); in set_partial()
H A Dvim9execute.c545 stack = ALLOC_CLEAR_MULT(typval_T, funcstack->fs_ga.ga_len); in handle_closure_in_use()