Lines Matching refs:alt_keys_buf
344 char_u *alt_keys_buf = NULL; in do_map() local
483 (void)replace_termcodes(keys, &alt_keys_buf, in do_map()
511 if (alt_keys_buf == NULL) in do_map()
513 keys = alt_keys_buf; in do_map()
515 else if (alt_keys_buf != NULL && do_print) in do_map()
517 keys = alt_keys_buf; in do_map()
856 vim_free(alt_keys_buf); in do_map()
2195 char_u *alt_keys_buf = NULL; in get_maparg() local
2240 (void)replace_termcodes(keys, &alt_keys_buf, in get_maparg()
2242 rhs = check_map(alt_keys_buf, mode, exact, FALSE, abbr, &mp, in get_maparg()
2287 vim_free(alt_keys_buf); in get_maparg()