Searched refs:FIND_EVAL (Results 1 – 5 of 5) sorted by relevance
161 FIND_IDENT + FIND_STRING + FIND_EVAL, in get_beval_info()
1553 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()
925 #define FIND_EVAL 4 // include "->", "[]" and "." macro
498 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()
8929 : spec_idx == SPEC_CEXPR ? (FIND_IDENT | FIND_STRING | FIND_EVAL) in eval_vars()