Home
last modified time | relevance | path

Searched refs:ALLOC_MULT (Results 1 – 25 of 60) sorted by relevance

123

/dports/editors/vim/vim-8.2.3745/src/
H A Dos_vms.c385 vms_fmatch = ALLOC_MULT(char_u *, EXPL_ALLOC_INC); in vms_wproc()
451 *file = ALLOC_MULT(char_u *, files_alloced); in mch_expand_wildcards()
663 tmpbuf = ALLOC_MULT(char, buflen); in vms_fixfilename()
H A Dif_cscope.c1129 nummatches = ALLOC_MULT(int, csinfo_size); in cs_find_common()
1819 if ((matches = ALLOC_MULT(char *, totmatches)) == NULL) in cs_fill_results()
1821 if ((cntxts = ALLOC_MULT(char *, totmatches)) == NULL) in cs_fill_results()
2283 dblist = ALLOC_MULT(char *, csinfo_size); in cs_reset()
2284 pplist = ALLOC_MULT(char *, csinfo_size); in cs_reset()
2285 fllist = ALLOC_MULT(char *, csinfo_size); in cs_reset()
H A Dwinclip.c151 *out = ALLOC_MULT(WCHAR, *outlen + 1); in MultiByteToWideChar_alloc()
655 ret = ALLOC_MULT(WCHAR, length + 1); in enc_to_utf16()
H A Dos_mac_conv.c553 result = ALLOC_MULT(UniChar, convertRange.length); in mac_utf8_to_utf16()
H A Dviminfo.c748 tot_hist = ALLOC_MULT(histentry_T *, max_len); in merge_history()
749 new_hist = ALLOC_MULT(histentry_T, hislen); in merge_history()
1640 array = ALLOC_MULT(char_u *, limit); in read_viminfo_register()
1701 y_current_p->y_array = ALLOC_MULT(char_u *, size); in read_viminfo_register()
1798 y_ptr->y_array = ALLOC_MULT(char_u *, linecount); in handle_viminfo_register()
H A Darglist.c112 old_arg_files = ALLOC_MULT(char_u *, GARGCOUNT); in alist_expand()
582 char_u **items = ALLOC_MULT(char_u *, ARGCOUNT); in ex_args()
H A Dbuffer.c2790 *file = ALLOC_MULT(char_u *, count); in ExpandBufnames()
2800 matches = ALLOC_MULT(bufmatch_T, count); in ExpandBufnames()
4143 stl_items = ALLOC_MULT(stl_item_T, stl_items_len); in build_stl_str_hl()
4144 stl_groupitem = ALLOC_MULT(int, stl_items_len); in build_stl_str_hl()
4145 stl_hltab = ALLOC_MULT(stl_hlrec_T, stl_items_len); in build_stl_str_hl()
4146 stl_tabtab = ALLOC_MULT(stl_hlrec_T, stl_items_len); in build_stl_str_hl()
H A Dmisc2.c2584 env = ALLOC_MULT(char *, esize); in newenv()
2894 *argv = ALLOC_MULT(char *, *argc + 4); in mch_parse_cmd()
2941 *argv = ALLOC_MULT(char *, l->lv_len + 1); in build_argv_from_list()
H A Dcmdhist.c136 temp = ALLOC_MULT(histentry_T, newlen); in init_history()
H A Dregister.c302 reg->y_array = ALLOC_MULT(char_u *, reg->y_size); in get_register()
1287 new_ptr = ALLOC_MULT(char_u *, curr->y_size + y_current->y_size); in op_yank()
1626 y_array = ALLOC_MULT(char_u *, y_size); in do_put()
H A Dgui_photon.c994 new_titles = ALLOC_MULT(char *, (num_panels + 1)); in gui_ph_pg_add_buffer()
1019 new_titles = ALLOC_MULT(char *, num_panels - 1); in gui_ph_pg_remove_buffer()
1540 button_array = ALLOC_MULT(char_u *, button_count); in gui_mch_dialog()
H A Dindent.c63 *array = ALLOC_MULT(int, valcount + 1); in tabstop_set()
296 newts = ALLOC_MULT(int, oldts[0] + 1); in tabstop_copy()
H A Dex_cmds2.c291 bufnrs = ALLOC_MULT(int, bufcount); in check_changed_any()
H A Dgui_w32.c3730 fnames = ALLOC_MULT(char_u *, cFiles); in _OnDropFiles()
5074 cmd = ALLOC_MULT(WCHAR, len); in gui_mch_do_spawn()
5100 newcmd = ALLOC_MULT(WCHAR, len); in gui_mch_do_spawn()
5450 s_findrep_struct.lpstrFindWhat = ALLOC_MULT(WCHAR, MSWIN_FR_BUFSIZE); in gui_mch_init()
5452 s_findrep_struct.lpstrReplaceWith = ALLOC_MULT(WCHAR, MSWIN_FR_BUFSIZE); in gui_mch_init()
6806 WCHAR *wp = ALLOC_MULT(WCHAR, IOSIZE); in dialog_callback()
6955 buttonWidths = ALLOC_MULT(int, numButtons); in gui_mch_dialog()
6960 buttonPositions = ALLOC_MULT(int, numButtons); in gui_mch_dialog()
H A Dmbyte.c5411 tmp = ALLOC_MULT(short_u, tmp_len); in string_convert_ext()
5534 ptrs = ALLOC_MULT(listitem_T *, l->lv_len); in f_setcellwidths()
5595 table = ALLOC_MULT(cw_interval_T, l->lv_len); in f_setcellwidths()
H A Dtextprop.c980 prop_types = ALLOC_MULT(int, list_len(l)); in get_prop_types_from_names()
1026 prop_ids = ALLOC_MULT(int, list_len(l)); in get_prop_ids_from_list()
H A Dprofiler.c734 sorttab = ALLOC_MULT(ufunc_T *, todo); in func_dump_profile()
H A Ddrawline.c994 text_props = ALLOC_MULT(textprop_T, text_prop_count); in win_line()
1000 text_prop_idxs = ALLOC_MULT(int, text_prop_count); in win_line()
H A Dvim9type.c76 ret->tt_args = ALLOC_MULT(type_T *, type->tt_argcount); in alloc_type()
H A Dtesting.c1373 fnames = ALLOC_MULT(char_u *, list_len(l)); in f_test_gui_drop_files()
H A Dos_win32.c2547 cb->Buffer = ALLOC_MULT(CHAR_INFO, NumCells); in SaveConsoleBuffer()
2571 cb->Regions = ALLOC_MULT(SMALL_RECT, cb->NumRegions); in SaveConsoleBuffer()
6165 LPWORD oldattrs = ALLOC_MULT(WORD, Rows * Columns); in visual_bell()
7695 fnum_list = ALLOC_MULT(int, GARGCOUNT); in fix_arg_enc()
H A Dsyntax.c4716 short *grp_list = ALLOC_MULT(short, 2); in syn_incl_toplevel()
5426 clstr = ALLOC_MULT(short, count + 1); in syn_combine_list()
6093 retval = ALLOC_MULT(short, count + 1); in get_id_list()
H A Duserfunc.c629 fp->uf_block_ids = ALLOC_MULT(int, count); in function_using_block_scopes()
2337 fp->uf_arg_types = ALLOC_MULT(type_T *, fp->uf_args.ga_len); in copy_func()
5405 pt->pt_argv = ALLOC_MULT(typval_T, ret_pt->pt_argc); in make_partial()
H A Dvim.h1609 #define ALLOC_MULT(type, count) (type *)alloc(sizeof(type) * (count)) macro
H A Dif_python3.c1086 py_home_buf = ALLOC_MULT(wchar_t, len); in Python3_Init()

123