Searched refs:op_shift (Results 1 – 3 of 3) sorted by relevance
6 void op_shift(oparg_T *oap, int curs_top, int amount);
139 op_shift(oparg_T *oap, int curs_top, int amount) in op_shift() function3918 op_shift(oap, TRUE, oap->is_VIsual ? (int)cap->count1 : 1); in do_pending_operator()
7760 op_shift(&oa, FALSE, eap->amount); in ex_operators()