Searched refs:has_match_conc (Results 1 – 3 of 3) sorted by relevance
1003 int has_match_conc = 0; // match wants to conceal in win_line() local1361 &screen_search_hl, &has_match_conc, in win_line()1368 has_match_conc = 0; in win_line()2429 && ((syntax_flags & HL_CONCEAL) != 0 || has_match_conc > 0) in win_line()2434 if ((prev_syntax_id != syntax_seqnr || has_match_conc > 1) in win_line()2436 || (has_match_conc && match_conc) in win_line()2442 if (has_match_conc && match_conc) in win_line()
715 int *has_match_conc UNUSED, in update_search_hl()764 *has_match_conc = col == shl->startcol ? 2 : 1; in update_search_hl()768 *has_match_conc = 0; in update_search_hl()
6 … linenr_T lnum, colnr_T col, char_u **line, match_T *search_hl, int *has_match_conc, int *match_co…