Home
last modified time | relevance | path

Searched refs:ALLOC_CLEAR_ONE (Results 1 – 25 of 36) sorted by relevance

12

/vim-8.2.3635/src/
H A Dtime.c452 timer_T *timer = ALLOC_CLEAR_ONE(timer_T); in create_timer()
609 balloonEval = ALLOC_CLEAR_ONE(BalloonEval); in check_due_timer()
H A Dblowfish.c647 bf_state_T *bfs = ALLOC_CLEAR_ONE(bf_state_T); in crypt_blowfish_init()
H A Dblob.c25 blob_T *blob = ALLOC_CLEAR_ONE(blob_T); in blob_alloc()
H A Dwindow.c1145 frp = ALLOC_CLEAR_ONE(frame_T); in win_split_ins()
3816 frame_T *frp = ALLOC_CLEAR_ONE(frame_T); in new_frame()
3851 tp = ALLOC_CLEAR_ONE(tabpage_T); in alloc_tabpage()
4963 new_wp = ALLOC_CLEAR_ONE(win_T); in win_alloc()
6732 *frp = ALLOC_CLEAR_ONE(frame_T); in make_snapshot_rec()
H A Duserfunc.c1230 pt = ALLOC_CLEAR_ONE(partial_T); in lambda_function_body()
1411 pt = ALLOC_CLEAR_ONE(partial_T); in get_lambda_tv()
2362 partial_T *pt = ALLOC_CLEAR_ONE(partial_T); in copy_func()
2472 fc = ALLOC_CLEAR_ONE(funccall_T); in call_user_func()
5326 partial_T *pt = ALLOC_CLEAR_ONE(partial_T); in make_partial()
H A Dvim9execute.c413 outer_ref_T *ref = ALLOC_CLEAR_ONE(outer_ref_T); in call_dfunc()
431 ref->or_outer = ALLOC_CLEAR_ONE(outer_T); in call_dfunc()
536 funcstack_T *funcstack = ALLOC_CLEAR_ONE(funcstack_T); in handle_closure_in_use()
3170 partial_T *pt = ALLOC_CLEAR_ONE(partial_T); in exec_instructions()
4836 ectx.ec_outer_ref = ALLOC_CLEAR_ONE(outer_ref_T); in call_def_function()
H A Dgui_beval.c110 beval = ALLOC_CLEAR_ONE(BalloonEval); in gui_mch_create_beval_area()
H A Dif_lua.c649 state = ALLOC_CLEAR_ONE(luaV_CFuncState); in luaV_totypval()
670 luaV_CFuncState *state = ALLOC_CLEAR_ONE(luaV_CFuncState); in luaV_totypval()
H A Ddict.c32 d = ALLOC_CLEAR_ONE(dict_T); in dict_alloc()
H A Dvim9type.c34 type = ALLOC_CLEAR_ONE(type_T); in get_type_ptr()
H A Dbuffer.c2061 buf = ALLOC_CLEAR_ONE(buf_T); in buflist_new()
2088 buf->b_wininfo = ALLOC_CLEAR_ONE(wininfo_T); in buflist_new()
2951 wip = ALLOC_CLEAR_ONE(wininfo_T); in buflist_setfpos()
H A Dmatch.c88 m = ALLOC_CLEAR_ONE(matchitem_T); in match_add()
H A Dspell.c1647 lp = ALLOC_CLEAR_ONE(slang_T); in slang_alloc()
2508 buf = ALLOC_CLEAR_ONE(buf_T); in open_spellbuf()
H A Dex_eval.c254 elem = ALLOC_CLEAR_ONE(msglist_T); in cause_errthrow()
H A Dvim.h1607 #define ALLOC_CLEAR_ONE(type) (type *)alloc_clear(sizeof(type)) macro
H A Devalvars.c3026 sv = ALLOC_CLEAR_ONE(scriptvar_T); in new_script_vars()
3881 redir_lval = ALLOC_CLEAR_ONE(lval_T); in alloc_redir_lval()
H A Dchange.c261 lnr = ALLOC_CLEAR_ONE(listener_T); in f_listener_add()
H A Dscriptfile.c1337 si = ALLOC_CLEAR_ONE(scriptitem_T); in do_source()
H A Djob.c1156 job = ALLOC_CLEAR_ONE(job_T); in job_alloc()
H A Dif_cscope.c1374 csinfo = ALLOC_CLEAR_ONE(csinfo_T); in cs_insert_filelist()
H A Dtypval.c25 return ALLOC_CLEAR_ONE(typval_T); in alloc_tv()
H A Dfindfile.c323 search_ctx = ALLOC_CLEAR_ONE(ff_search_ctx_T); in vim_findfile_init()
H A Dregexp.c1218 em = ALLOC_CLEAR_ONE(reg_extmatch_T); in make_extmatch()
H A Dmenu.c586 menu = ALLOC_CLEAR_ONE(vimmenu_T); in add_menu_path()
H A Dlist.c93 l = ALLOC_CLEAR_ONE(list_T); in list_alloc()

12