Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dnormal.pro23 int find_decl(char_u *ptr, int len, int locally, int thisblock, int flags_arg);
/vim-8.2.3635/src/
H A Dnormal.c2307 || find_decl(ptr, len, nchar == 'd', thisblock, SEARCH_START) in nv_gd()
2378 find_decl( in find_decl() function
H A Devalfunc.c8379 rettv->vval.v_number = find_decl(name, (int)STRLEN(name), in f_searchdecl()