Home
last modified time | relevance | path

Searched refs:rep_buf (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dusercmd.c897 char_u *rep_buf = NULL; in uc_add_command() local
900 replace_termcodes(rep, &rep_buf, 0, NULL); in uc_add_command()
901 if (rep_buf == NULL) in uc_add_command()
904 rep_buf = vim_strsave(rep); in uc_add_command()
907 if (rep_buf == NULL) in uc_add_command()
981 cmd->uc_rep = rep_buf; in uc_add_command()
997 vim_free(rep_buf); in uc_add_command()