Searched refs:GO_GREY (Results 1 – 3 of 3) sorted by relevance
285 #define GO_GREY 'g' // use grey menu items macro
3483 grey_old = (vim_strchr(oldval, GO_GREY) != NULL); in gui_init_which_components()3484 grey_new = (vim_strchr(p_go, GO_GREY) != NULL); in gui_init_which_components()3528 case GO_GREY: in gui_init_which_components()
2084 if (vim_strchr(p_go, GO_GREY) != NULL || menu->parent == NULL in gui_update_menus_recurse()