Searched refs:next_name (Results 1 – 1 of 1) sorted by relevance
472 char_u *next_name; in add_menu_path() local501 next_name = menu_name_skip(name); in add_menu_path()533 if (*next_name == NUL && menu->children != NULL) in add_menu_path()539 if (*next_name != NUL && menu->children == NULL in add_menu_path()573 if (*next_name == NUL && parent == NULL) in add_menu_path()579 if (menu_is_separator(dname) && *next_name != NUL) in add_menu_path()630 if (*next_name == NUL && menuarg->iconfile != NULL) in add_menu_path()668 if (*next_name == NUL) in add_menu_path()686 && *next_name in add_menu_path()708 idx = (int)(next_name - path_name - 1); in add_menu_path()[all …]