Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcmdexpand.pro7 char_u *sm_gettail(char_u *s);
/vim-8.2.3635/src/
H A Dcmdexpand.c527 #define L_SHOWFILE(m) (showtail ? sm_gettail(files_found[m]) : files_found[m]) in showmatches()
707 sm_gettail(char_u *s) in sm_gettail() function
H A Dscreen.c932 #define L_MATCH(m) (showtail ? sm_gettail(matches[m]) : matches[m]) in win_redr_status_matches()