Searched refs:showtail (Results 1 – 3 of 3) sorted by relevance
527 #define L_SHOWFILE(m) (showtail ? sm_gettail(files_found[m]) : files_found[m]) in showmatches()537 int showtail; in showmatches() local544 showtail = expand_showtail(xp); in showmatches()553 showtail = cmd_showtail; in showmatches()575 win_redr_status_matches(xp, num_files, files_found, -1, showtail); in showmatches()583 if (!showtail && (xp->xp_context == EXPAND_FILES in showmatches()662 if (showtail) in showmatches()
930 int showtail) in win_redr_status_matches() argument932 #define L_MATCH(m) (showtail ? sm_gettail(matches[m]) : matches[m]) in win_redr_status_matches()
13 … win_redr_status_matches(expand_T *xp, int num_matches, char_u **matches, int match, int showtail);