Searched refs:thisblock (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | normal.pro | 23 int find_decl(char_u *ptr, int len, int locally, int thisblock, int flags_arg);
|
| /vim-8.2.3635/src/ |
| H A D | normal.c | 2301 int thisblock) // 1 for "1gd" and "1gD" in nv_gd() argument 2307 || find_decl(ptr, len, nchar == 'd', thisblock, SEARCH_START) in nv_gd() 2382 int thisblock, in find_decl() argument 2438 if (thisblock && t != FAIL) in find_decl()
|
| H A D | evalfunc.c | 8358 int thisblock = FALSE; in f_searchdecl() local 8376 thisblock = (int)tv_get_bool_chk(&argvars[2], &error); in f_searchdecl() 8380 locally, thisblock, SEARCH_KEEP) == FAIL; in f_searchdecl()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 2931 searchdecl({name} [, {global} [, {thisblock}]]) 9588 searchdecl({name} [, {global} [, {thisblock}]]) *searchdecl()* 9595 With a non-zero {thisblock} argument matches in a {} block
|