Searched refs:MENUDEPTH (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dmenu.c19 #define MENUDEPTH 10 /* maximum depth of menus */ macro
109 int pri_tab[MENUDEPTH + 1];
172 for (i = 0; i < MENUDEPTH && !vim_iswhite(*arg); ++i)
189 while (i < MENUDEPTH)
191 pri_tab[MENUDEPTH] = -1; /* mark end of the table */
2031 int pri_tab[MENUDEPTH + 1];
2036 for (i = 0; i < MENUDEPTH; ++i)
2038 pri_tab[MENUDEPTH] = -1;

Completed in 111 milliseconds