Searched refs:VIM_LAST_TYPE (Results 1 – 2 of 2) sorted by relevance
1183 #define VIM_LAST_TYPE 4 // sentinel value macro
6922 if ((type < 0) || (type > VIM_LAST_TYPE)) in gui_mch_dialog()