Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c2435 typval_T *tv_idx = STACK_TV_BOT(-2); in exec_instructions() local
2451 && tv_idx->v_type != VAR_NUMBER) in exec_instructions()
2508 char_u *key = tv_idx->vval.v_string; in exec_instructions()
2579 clear_tv(tv_idx); in exec_instructions()
2739 typval_T *tv_idx = STACK_TV_BOT(-2); in exec_instructions() local
2749 if (tv_idx->v_type != VAR_STRING) in exec_instructions()
2754 vartype_name(tv_idx->v_type)); in exec_instructions()
2760 char_u *key = tv_idx->vval.v_string; in exec_instructions()
2785 if (check_for_number(tv_idx) == FAIL) in exec_instructions()
2792 long n = (long)tv_idx->vval.v_number; in exec_instructions()
[all …]