Home
last modified time | relevance | path

Searched refs:FDO_SEARCH (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Doption.h582 # define FDO_SEARCH 0x040 macro
H A Dnormal.c2315 if ((fdo_flags & FDO_SEARCH) && KeyTyped && oap->op_type == OP_NOP) in nv_gd()
4428 if (cap->oap->op_type == OP_NOP && (fdo_flags & FDO_SEARCH) && KeyTyped) in normal_search()
4787 if (cap->oap->op_type == OP_NOP && (fdo_flags & FDO_SEARCH) && KeyTyped) in nv_brackets()
H A Dsearch.c1626 || (!(fdo_flags & FDO_SEARCH) in do_search()
3084 if (fdo_flags & FDO_SEARCH && KeyTyped) in current_search()