Home
last modified time | relevance | path

Searched refs:doesrange (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Duserfunc.c2868 if (fp->uf_flags & FC_RANGE && funcexe->doesrange != NULL) in call_user_func_check()
2869 *funcexe->doesrange = TRUE; in call_user_func_check()
3259 if (funcexe->doesrange != NULL) in call_func()
3260 *funcexe->doesrange = FALSE; in call_func()
4931 int doesrange; in ex_call() local
5024 funcexe.doesrange = &doesrange; in ex_call()
5047 if (doesrange || eap->skip) in ex_call()
H A Dstructs.h1995 int *doesrange; // if not NULL: return: function handled range member