Lines Matching refs:old_sub
3616 static char_u *old_sub = NULL; // previous substitute pattern variable
3779 if (old_sub == NULL) // there is no previous command in ex_substitute()
3784 sub = old_sub; in ex_substitute()
3788 vim_free(old_sub); in ex_substitute()
3789 old_sub = vim_strsave(sub); in ex_substitute()
3795 if (old_sub == NULL) // there is no previous command in ex_substitute()
3801 sub = old_sub; in ex_substitute()
5078 return old_sub; in get_old_sub()
5087 vim_free(old_sub); in set_old_sub()
5088 old_sub = val; in set_old_sub()
5096 vim_free(old_sub); in free_old_sub()