Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dlist.pro22 char_u *list_find_str(list_T *l, long idx);
/vim-8.2.3635/src/
H A Dlist.c520 list_find_str(list_T *l, long idx) in list_find_str() function
H A Dex_cmds.c5427 char_u *p = list_find_str(get_vim_var_list(VV_OLDFILES), in ex_oldfiles()
H A Dex_docmd.c9004 result = list_find_str(get_vim_var_list(VV_OLDFILES), in eval_vars()