Searched refs:rep_buf (Results 1 – 1 of 1) sorted by relevance
897 char_u *rep_buf = NULL; in uc_add_command() local900 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()