Searched refs:showtail (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dscreen.pro21 void win_redr_status_matches __ARGS((expand_T *xp, int num_matches, char_u **matches, int match, int showtail));
/macosx-10.10/vim-55/src/
H A Dex_getln.c3846 #define L_SHOWFILE(m) (showtail ? sm_gettail(files_found[m]) : files_found[m])
3856 int showtail; local
3863 showtail = expand_showtail(xp);
3872 showtail = cmd_showtail;
3894 win_redr_status_matches(xp, num_files, files_found, 0, showtail);
3902 if (!showtail && (xp->xp_context == EXPAND_FILES
3979 if (showtail)
H A Dscreen.c5914 win_redr_status_matches(xp, num_matches, matches, match, showtail)
5919 int showtail;
5921 #define L_MATCH(m) (showtail ? sm_gettail(matches[m]) : matches[m])

Completed in 190 milliseconds