Lines Matching refs:VIM_CLEAR
2745 VIM_CLEAR(new_ScreenLines); in screenalloc()
2746 VIM_CLEAR(new_ScreenLinesUC); in screenalloc()
2748 VIM_CLEAR(new_ScreenLinesC[i]); in screenalloc()
2749 VIM_CLEAR(new_ScreenLines2); in screenalloc()
2750 VIM_CLEAR(new_ScreenAttrs); in screenalloc()
2751 VIM_CLEAR(new_LineOffset); in screenalloc()
2752 VIM_CLEAR(new_LineWraps); in screenalloc()
2753 VIM_CLEAR(new_TabPageIdxs); in screenalloc()
2755 VIM_CLEAR(new_popup_mask); in screenalloc()
2756 VIM_CLEAR(new_popup_mask_next); in screenalloc()
2757 VIM_CLEAR(new_popup_transparent); in screenalloc()
2914 VIM_CLEAR(ScreenLinesUC); in free_screenlines()
2916 VIM_CLEAR(ScreenLinesC[i]); in free_screenlines()
2917 VIM_CLEAR(ScreenLines2); in free_screenlines()
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()
2924 VIM_CLEAR(popup_mask); in free_screenlines()
2925 VIM_CLEAR(popup_mask_next); in free_screenlines()
2926 VIM_CLEAR(popup_transparent); in free_screenlines()