Home
last modified time | relevance | path

Searched refs:FIND_DEFINE (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dsearch.c3378 if (type != CHECK_PATH && type != FIND_DEFINE in find_pattern_in_path()
3403 if (type == FIND_DEFINE && (*curbuf->b_p_def != NUL || *p_def != NUL)) in find_pattern_in_path()
3993 else if (type == FIND_DEFINE) in find_pattern_in_path()
4051 if (got_int || type != FIND_DEFINE || p < line || *p != '\\') in show_pat_in_path()
H A Dvim.h870 #define FIND_DEFINE 2 macro
H A Dinsexpand.c2944 ? FIND_DEFINE : FIND_ANY, 1L, ACTION_EXPAND, in ins_compl_get_exp()
H A Dwindow.c129 int type = FIND_DEFINE; in do_window()
H A Dnormal.c4537 ((cap->nchar & 0xf) == ('d' & 0xf)) ? FIND_DEFINE : FIND_ANY, in nv_brackets()
H A Dex_docmd.c8668 *eap->cmd == 'd' ? FIND_DEFINE : FIND_ANY, in ex_findpat()