Home
last modified time | relevance | path

Searched refs:VIM_CLEAR (Results 1 – 25 of 73) sorted by relevance

123

/vim-8.2.3635/src/
H A Dscreen.c2745 VIM_CLEAR(new_ScreenLines); in screenalloc()
2750 VIM_CLEAR(new_ScreenAttrs); in screenalloc()
2751 VIM_CLEAR(new_LineOffset); in screenalloc()
2752 VIM_CLEAR(new_LineWraps); in screenalloc()
2755 VIM_CLEAR(new_popup_mask); in screenalloc()
2918 VIM_CLEAR(ScreenLines); in free_screenlines()
2919 VIM_CLEAR(ScreenAttrs); in free_screenlines()
2920 VIM_CLEAR(LineOffset); in free_screenlines()
2921 VIM_CLEAR(LineWraps); in free_screenlines()
2922 VIM_CLEAR(TabPageIdxs); in free_screenlines()
[all …]
H A Dspell.c1686 VIM_CLEAR(lp->sl_fbyts); in slang_clear()
1687 VIM_CLEAR(lp->sl_kbyts); in slang_clear()
1688 VIM_CLEAR(lp->sl_pbyts); in slang_clear()
1690 VIM_CLEAR(lp->sl_fidxs); in slang_clear()
1691 VIM_CLEAR(lp->sl_kidxs); in slang_clear()
1692 VIM_CLEAR(lp->sl_pidxs); in slang_clear()
1734 VIM_CLEAR(lp->sl_info); in slang_clear()
1769 VIM_CLEAR(lp->sl_sbyts); in slang_clear_sug()
2434 VIM_CLEAR(int_wordlist); in spell_delete_wordlist()
2460 VIM_CLEAR(repl_to); in spell_free_all()
[all …]
H A Dmemfile.c297 VIM_CLEAR(mfp->mf_fname); in mf_close_file()
298 VIM_CLEAR(mfp->mf_ffname); in mf_close_file()
1291 VIM_CLEAR(mfp->mf_fname); in mf_do_open()
1292 VIM_CLEAR(mfp->mf_ffname); in mf_do_open()
H A Dos_mac_conv.c483 VIM_CLEAR(result); in mac_precompose_path()
517 VIM_CLEAR(result); in mac_utf16_to_utf8()
H A Dbufwrite.c1391 VIM_CLEAR(backup); // no backup file to delete in buf_write()
1421 VIM_CLEAR(backup); in buf_write()
1446 VIM_CLEAR(backup); in buf_write()
1591 VIM_CLEAR(backup); in buf_write()
1606 VIM_CLEAR(backup); // don't do the rename below in buf_write()
2462 VIM_CLEAR(backup); // don't delete the file in buf_write()
H A Dinsexpand.c914 VIM_CLEAR(compl_match_array); in ins_compl_del_pum()
1467 VIM_CLEAR(compl_pattern); in ins_compl_free()
1468 VIM_CLEAR(compl_leader); in ins_compl_free()
1503 VIM_CLEAR(compl_pattern); in ins_compl_clear()
1504 VIM_CLEAR(compl_leader); in ins_compl_clear()
1506 VIM_CLEAR(compl_orig_text); in ins_compl_clear()
4111 VIM_CLEAR(compl_pattern); in ins_complete()
4112 VIM_CLEAR(compl_orig_text); in ins_complete()
4342 VIM_CLEAR(compl_orig_text); in free_insexpand_stuff()
H A Dif_cscope.c1404 VIM_CLEAR(csinfo[i].fname); in cs_insert_filelist()
1415 VIM_CLEAR(csinfo[i].fname); in cs_insert_filelist()
1416 VIM_CLEAR(csinfo[i].ppath); in cs_insert_filelist()
1860 VIM_CLEAR(matches); in cs_fill_results()
1861 VIM_CLEAR(cntxts); in cs_fill_results()
H A Dui.c134 VIM_CLEAR(ta_str); in ui_inchar()
949 VIM_CLEAR(rest); in fill_input_buf()
H A Dbuffer.c722 VIM_CLEAR(buf->b_sfname); in close_buffer()
725 VIM_CLEAR(buf->b_ffname); in close_buffer()
1008 VIM_CLEAR(buf->b_start_fenc); in free_buffer_stuff()
2094 VIM_CLEAR(buf->b_sfname); in buflist_new()
2097 VIM_CLEAR(buf->b_ffname); in buflist_new()
2295 VIM_CLEAR(buf->b_p_vts_array); in free_buf_options()
3334 VIM_CLEAR(buf->b_sfname); in setfname()
3337 VIM_CLEAR(buf->b_ffname); in setfname()
4563 VIM_CLEAR(str); in build_stl_str_hl()
4594 VIM_CLEAR(str); in build_stl_str_hl()
H A Duserfunc.c775 VIM_CLEAR(skip_until); in get_function_body()
776 VIM_CLEAR(heredoc_trimmed); in get_function_body()
2207 VIM_CLEAR(fp->uf_arg_types); in func_clear_items()
2208 VIM_CLEAR(fp->uf_block_ids); in func_clear_items()
2209 VIM_CLEAR(fp->uf_va_name); in func_clear_items()
2230 VIM_CLEAR(fp->uf_tml_count); in func_clear_items()
2231 VIM_CLEAR(fp->uf_tml_total); in func_clear_items()
2232 VIM_CLEAR(fp->uf_tml_self); in func_clear_items()
2272 VIM_CLEAR(fp->uf_name_exp); in func_free()
4287 VIM_CLEAR(name); in define_function()
[all …]
H A Dtypval.c115 VIM_CLEAR(varp->vval.v_string); in clear_tv()
156 VIM_CLEAR(varp->vval.v_instr); in clear_tv()
1801 VIM_CLEAR(blob); in eval_number()
2098 VIM_CLEAR(string); in eval_env_var()
H A Dviminfo.c810 VIM_CLEAR(viminfo_history[type]); in finish_viminfo_history()
937 VIM_CLEAR(viminfo_history[type]); in write_viminfo_history()
1583 VIM_CLEAR(y_read_regs); in finish_viminfo_registers()
2569 VIM_CLEAR(vi_namedfm); in finish_viminfo_marks()
2576 VIM_CLEAR(vi_jumplist); in finish_viminfo_marks()
3187 VIM_CLEAR(tempname); in write_viminfo()
H A Dautocmd.c350 VIM_CLEAR(ap->pat); in au_remove_pat()
364 VIM_CLEAR(ac->cmd); in au_remove_cmds()
371 VIM_CLEAR(ac->cmd); in au_del_cmd()
2331 VIM_CLEAR(*sourcing_namep); in auto_next_pat()
H A Dnetbeans.c581 VIM_CLEAR(buf_list); in nb_free()
1484 VIM_CLEAR(buf->displayname); in nb_do_cmd()
1949 VIM_CLEAR(typeName); in nb_do_cmd()
3440 VIM_CLEAR(keep_msg); in print_read_msg()
3467 VIM_CLEAR(keep_msg); in print_save_msg()
H A Dmark.c123 VIM_CLEAR(namedfm[i].fname); in setmark_pos()
568 VIM_CLEAR(fm->fname); in fmarks_check_one()
845 VIM_CLEAR(namedfm[n].fname); in ex_delmarks()
H A Devalvars.c279 VIM_CLEAR(p->vv_str); in evalvars_clear()
2126 VIM_CLEAR(varnamebuf); in get_user_var_name()
3365 VIM_CLEAR(di->di_tv.vval.v_string); in set_var_const()
3890 VIM_CLEAR(redir_lval); in clear_redir_lval()
4034 VIM_CLEAR(redir_ga.ga_data); in var_redir_stop()
4036 VIM_CLEAR(redir_lval); in var_redir_stop()
4038 VIM_CLEAR(redir_varname); in var_redir_stop()
H A Dhighlight.c1840 VIM_CLEAR(HL_TABLE()[idx].sg_start); in highlight_clear()
1841 VIM_CLEAR(HL_TABLE()[idx].sg_stop); in highlight_clear()
1850 VIM_CLEAR(HL_TABLE()[idx].sg_gui_fg_name); in highlight_clear()
1851 VIM_CLEAR(HL_TABLE()[idx].sg_gui_bg_name); in highlight_clear()
1852 VIM_CLEAR(HL_TABLE()[idx].sg_gui_sp_name); in highlight_clear()
1866 VIM_CLEAR(HL_TABLE()[idx].sg_font_name); in highlight_clear()
H A Dhelp.c840 VIM_CLEAR(fnames[i1]); in fix_help_buffer()
849 VIM_CLEAR(fnames[i1]); in fix_help_buffer()
H A Dlocale.c525 VIM_CLEAR(locales); in free_locales()
H A Dfileio.c971 VIM_CLEAR(tmpname); in readfile()
2508 VIM_CLEAR(keep_msg); in readfile()
2854 VIM_CLEAR(tmpname); in readfile_charconvert()
3417 VIM_CLEAR(buf->b_sfname); in shorten_buf_fname()
5066 VIM_CLEAR(vim_tempdir); in vim_deltempdir()
5619 VIM_CLEAR(reg_pat); in file_pat_to_reg_pat()
H A Dmisc1.c1166 VIM_CLEAR(homedir); in init_homedir()
1828 VIM_CLEAR(p); in vim_getenv()
2334 VIM_CLEAR(buffer); in get_cmd_output()
H A Dmessage.c439 VIM_CLEAR(last_sourcing_name); in reset_last_sourcing()
1337 VIM_CLEAR(keep_msg); // don't redisplay message, it's too long in wait_return()
1410 VIM_CLEAR(keep_msg); in msg_start()
3649 VIM_CLEAR(keep_msg); in give_warning_with_source()
H A Dmacros.h345 #define VIM_CLEAR(p) \ macro
H A Dusercmd.c953 VIM_CLEAR(cmd->uc_rep); in uc_add_command()
955 VIM_CLEAR(cmd->uc_compl_arg); in uc_add_command()
H A Dtag.c688 VIM_CLEAR(tagstack[tagstackidx].user_data); in do_tag()
1160 VIM_CLEAR(tagmatchname); in tag_freematch()
3869 VIM_CLEAR(item->tagname); in tagstack_clear_entry()
3870 VIM_CLEAR(item->user_data); in tagstack_clear_entry()

123