Searched refs:idxp (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | strings.c | 1698 tv_nr(typval_T *tvs, int *idxp) in tv_nr() argument 1700 int idx = *idxp - 1; in tv_nr() 1708 ++*idxp; in tv_nr() 1725 tv_str(typval_T *tvs, int *idxp, char_u **tofree) in tv_str() argument 1727 int idx = *idxp - 1; in tv_str() 1735 ++*idxp; in tv_str() 1749 tv_float(typval_T *tvs, int *idxp) in tv_float() argument 1751 int idx = *idxp - 1; in tv_float() 1758 ++*idxp; in tv_float()
|
| H A D | vim9compile.c | 267 int *idxp, in arg_exists() argument 283 if (idxp != NULL) in arg_exists() 287 *idxp = idx - (cctx->ctx_ufunc->uf_args.ga_len in arg_exists() 304 if (idxp != NULL) in arg_exists() 307 *idxp = -STACK_FRAME_SIZE - 1; in arg_exists() 316 if (arg_exists(name, len, idxp, type, gen_load_outer, cctx->ctx_outer) in arg_exists()
|