Lines Matching refs:motion_type

642     if (       oap->motion_type == MCHAR  in op_delete()
654 oap->motion_type = MLINE; in op_delete()
661 if ( oap->motion_type == MCHAR in op_delete()
708 if (oap->motion_type == MLINE || oap->line_count > 1 in op_delete()
723 oap->regname == 0) && oap->motion_type != MLINE in op_delete()
811 else if (oap->motion_type == MLINE) in op_delete()
1149 if (oap->motion_type == MLINE) in op_replace()
1282 if (oap->motion_type == MLINE) in op_tilde()
1701 if (oap->motion_type == MLINE) in op_change()
1743 if (oap->motion_type == MLINE) in op_change()
2390 else if (oap->motion_type == MLINE) in op_addsub()
3352 if (oap->motion_type != MLINE && !oap->inclusive) in op_function()
3359 else if (oap->motion_type == MLINE) in op_function()
3511 oap->motion_type = MLINE; in do_pending_operator()
3516 if (oap->motion_type == MLINE) in do_pending_operator()
3519 else if (oap->motion_type == MCHAR) in do_pending_operator()
3521 oap->motion_type = MCHAR; in do_pending_operator()
3675 || oap->motion_type == MLINE) in do_pending_operator()
3693 if (!VIsual_active && oap->motion_type == MLINE) in do_pending_operator()
3792 if (oap->motion_force == NUL || oap->motion_type == MLINE) in do_pending_operator()
3795 oap->motion_type = MLINE; in do_pending_operator()
3798 oap->motion_type = MCHAR; in do_pending_operator()
3858 oap->empty = (oap->motion_type == MCHAR in do_pending_operator()
3888 if ( oap->motion_type == MCHAR in do_pending_operator()
3900 oap->motion_type = MLINE; in do_pending_operator()
3948 if (oap->motion_type == MLINE && has_format_option(FO_AUTO) in do_pending_operator()
4187 if (!p_sol && oap->motion_type == MLINE && !oap->end_adjusted in do_pending_operator()