Home
last modified time | relevance | path

Searched refs:FIND_EVAL (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dbeval.c161 FIND_IDENT + FIND_STRING + FIND_EVAL, in get_beval_info()
H A Dnormal.c1553 if ((find_type & FIND_EVAL) && ptr[col] == ']') in find_ident_at_pos()
1564 && (!(find_type & FIND_EVAL) || ptr[col] != ']') in find_ident_at_pos()
1577 if ((find_type & FIND_EVAL) && ptr[col] == ']') in find_ident_at_pos()
1589 && (!(find_type & FIND_EVAL) in find_ident_at_pos()
1613 || ((find_type & FIND_EVAL) in find_ident_at_pos()
1658 || ((find_type & FIND_EVAL) in find_ident_at_pos()
1667 || ((find_type & FIND_EVAL) in find_ident_at_pos()
H A Dvim.h925 #define FIND_EVAL 4 // include "->", "[]" and "." macro
H A Dpopupwin.c498 flags = FIND_IDENT | FIND_STRING | FIND_EVAL; in handle_moved_argument()
2017 set_mousemoved_columns(wp, FIND_IDENT + FIND_STRING + FIND_EVAL); in popup_create()
H A Dex_docmd.c8929 : spec_idx == SPEC_CEXPR ? (FIND_IDENT | FIND_STRING | FIND_EVAL) in eval_vars()