Lines Matching refs:KeyTyped

790     if (curwin->w_p_rl && KeyTyped && !KeyStuffed  in normal_cmd()
971 if (p_hkmap && lang && KeyTyped) in normal_cmd()
1151 && KeyTyped) in normal_cmd()
2315 if ((fdo_flags & FDO_SEARCH) && KeyTyped && oap->op_type == OP_NOP) in nv_gd()
3419 if (KeyTyped) in nv_colon()
4100 if (n != cap->count1 && (fdo_flags & FDO_HOR) && KeyTyped in nv_right()
4175 if (n != cap->count1 && (fdo_flags & FDO_HOR) && KeyTyped in nv_left()
4333 else if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_dollar()
4428 if (cap->oap->op_type == OP_NOP && (fdo_flags & FDO_SEARCH) && KeyTyped) in normal_search()
4474 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_csearch()
4671 if ((fdo_flags & FDO_BLOCK) && KeyTyped in nv_brackets()
4702 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_brackets()
4787 if (cap->oap->op_type == OP_NOP && (fdo_flags & FDO_SEARCH) && KeyTyped) in nv_brackets()
4854 && KeyTyped) in nv_percent()
4880 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_brace()
4916 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_findpar()
5523 int old_KeyTyped = KeyTyped; // getting file may reset it in nv_gomark()
5568 int old_KeyTyped = KeyTyped; // getting file may reset it in nv_pcmark()
6703 else if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_bck_word()
6790 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_wordcmd()
6831 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_beginline()
6932 if ((fdo_flags & FDO_JUMP) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_goto()