Searched refs:find_type (Results 1 – 2 of 2) sorted by relevance
10 int find_ident_under_cursor(char_u **text, int find_type);11 …ent_at_pos(win_T *wp, linenr_T lnum, colnr_T startcol, char_u **text, int *textcol, int find_type);
1513 curwin->w_cursor.col, text, NULL, find_type); in find_ident_under_cursor()1527 int find_type) in find_ident_at_pos() argument1553 if ((find_type & FIND_EVAL) && ptr[col] == ']') in find_ident_at_pos()1588 || (find_type & FIND_IDENT)) in find_ident_at_pos()1589 && (!(find_type & FIND_EVAL) in find_ident_at_pos()1611 && (!(find_type & FIND_IDENT) in find_ident_at_pos()1613 || ((find_type & FIND_EVAL) in find_ident_at_pos()1631 if ((find_type & FIND_NOERROR) == 0) in find_ident_at_pos()1633 if (find_type & FIND_STRING) in find_ident_at_pos()1658 || ((find_type & FIND_EVAL) in find_ident_at_pos()[all …]