Home
last modified time | relevance | path

Searched refs:fdo_flags (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dnormal.c2315 if ((fdo_flags & FDO_SEARCH) && KeyTyped && oap->op_type == OP_NOP) in nv_gd()
2602 if (!(fdo_flags & FDO_ALL)) in nv_screengo()
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()
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()
4853 && (fdo_flags & FDO_PERCENT) in nv_percent()
4880 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_brace()
5552 && (fdo_flags & FDO_MARK) in nv_gomark()
5604 && (fdo_flags & FDO_MARK) in nv_pcmark()
[all …]
H A Dedit.c488 if (fdo_flags & FDO_INSERT) in edit()
2782 if (n > 0 || !((State & INSERT) || (fdo_flags & FDO_ALL))) in cursor_up()
4528 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_left()
4576 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_home()
4595 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_end()
4613 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_s_left()
4636 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_right()
4682 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_s_right()
H A Doptionstr.c114 (void)opt_strings_flags(p_fdo, p_fdo_values, &fdo_flags, TRUE); in didset_string_options()
2067 if (opt_strings_flags(p_fdo, p_fdo_values, &fdo_flags, TRUE) != OK) in did_set_string_option()
H A Doption.h575 EXTERN unsigned fdo_flags; variable
H A Dtag.c360 if ((fdo_flags & FDO_TAG) && old_KeyTyped) in do_tag()
3660 if ((fdo_flags & FDO_TAG) && old_KeyTyped) in jumpto_tag()
H A Dsearch.c1626 || (!(fdo_flags & FDO_SEARCH) in do_search()
3084 if (fdo_flags & FDO_SEARCH && KeyTyped) in current_search()
H A Dmain.c1366 if (fdo_flags & FDO_ALL) in main_loop()
H A Dundo.c2976 if ((fdo_flags & FDO_UNDO) && KeyTyped) in u_undo_end()
H A Dquickfix.c3385 if ((fdo_flags & FDO_QUICKFIX) && openfold) in qf_jump_to_buffer()