Lines Matching refs:map_to
113 char_u *map_to; in ex_menu() local
280 map_to = menu_translate_tab_and_shift(arg); in ex_menu()
285 if (*map_to == NUL && !unmenu && enable == MAYBE) in ex_menu()
290 else if (*map_to != NUL && (unmenu || enable != MAYBE)) in ex_menu()
292 semsg(_(e_trailing_arg), map_to); in ex_menu()
367 if (STRICMP(map_to, "<nop>") == 0) // "<Nop>" means nothing 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() local
503 map_to = menutrans_lookup(name, (int)STRLEN(name)); in add_menu_path()
504 if (map_to != NULL) in add_menu_path()
507 name = map_to; in add_menu_path()