Lines Matching refs:old_y_previous
370 yankreg_T *old_y_previous, *old_y_current; in do_record() local
403 old_y_previous = y_previous; in do_record()
408 y_previous = old_y_previous; in do_record()
2701 yankreg_T **old_y_previous, in init_write_reg() argument
2713 *old_y_previous = y_previous; in init_write_reg()
2725 yankreg_T *old_y_previous, in finish_write_reg() argument
2735 y_previous = old_y_previous; in finish_write_reg()
2767 yankreg_T *old_y_previous, *old_y_current; in write_reg_contents_lst() local
2790 if (init_write_reg(name, &old_y_previous, &old_y_current, must_append, in write_reg_contents_lst()
2796 finish_write_reg(name, old_y_previous, old_y_current); in write_reg_contents_lst()
2808 yankreg_T *old_y_previous, *old_y_current; in write_reg_contents_ex() local
2864 if (init_write_reg(name, &old_y_previous, &old_y_current, must_append, in write_reg_contents_ex()
2870 finish_write_reg(name, old_y_previous, old_y_current); in write_reg_contents_ex()