Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c932 #define L_MATCH(m) (showtail ? sm_gettail(matches[m]) : matches[m]) in win_redr_status_matches() macro
968 clen = status_match_len(xp, L_MATCH(match)) + 3; in win_redr_status_matches()
981 clen += status_match_len(xp, L_MATCH(i)) + 2; in win_redr_status_matches()
992 clen += status_match_len(xp, L_MATCH(i)) + 2; in win_redr_status_matches()
1003 clen += status_match_len(xp, L_MATCH(first_match - 1)) + 2; in win_redr_status_matches()
1024 while ((long)(clen + status_match_len(xp, L_MATCH(i)) + 2) < Columns) in win_redr_status_matches()
1032 s = L_MATCH(i); in win_redr_status_matches()