Searched refs:map_to (Results 1 – 1 of 1) sorted by relevance
113 char_u *map_to; in ex_menu() local280 map_to = menu_translate_tab_and_shift(arg); in ex_menu()285 if (*map_to == NUL && !unmenu && enable == MAYBE) in ex_menu()292 semsg(_(e_trailing_arg), map_to); in ex_menu()369 map_to = (char_u *)""; in ex_menu()375 map_to = replace_termcodes(map_to, &map_buf, in ex_menu()383 add_menu_path(menu_path, &menuarg, pri_tab, map_to in ex_menu()407 add_menu_path(p, &menuarg, pri_tab, map_to in ex_menu()485 char_u *map_to = NULL; in add_menu_path() local504 if (map_to != NULL) in add_menu_path()[all …]