Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddosinst.c62 #define TABLE_SIZE(s) (int)ARRAYSIZE(s) macro
1330 compat_choice = get_choice(compat_choices, TABLE_SIZE(compat_choices)); in change_run_choice()
1340 remap_choice = get_choice(remap_choices, TABLE_SIZE(remap_choices)); in change_remap_choice()
1350 mouse_choice = get_choice(mouse_choices, TABLE_SIZE(mouse_choices)); in change_mouse_choice()
2226 int choice_count = TABLE_SIZE(vimfiles_dir_choices); in change_directories_choice()
2291 for (i = 0; i < TABLE_SIZE(vimfiles_subdirs); i++) in install_vimfilesdir()