Searched refs:MENUDEPTH (Results 1 – 1 of 1) sorted by relevance
19 #define MENUDEPTH 10 // maximum depth of menus macro128 int pri_tab[MENUDEPTH + 1]; in ex_menu()192 for (i = 0; i < MENUDEPTH && !VIM_ISWHITE(*arg); ++i) in ex_menu()209 while (i < MENUDEPTH) in ex_menu()211 pri_tab[MENUDEPTH] = -1; // mark end of the table in ex_menu()2155 int pri_tab[MENUDEPTH + 1]; in gui_mch_toggle_tearoffs()2160 for (i = 0; i < MENUDEPTH; ++i) in gui_mch_toggle_tearoffs()2162 pri_tab[MENUDEPTH] = -1; in gui_mch_toggle_tearoffs()