Searched refs:tv_idx (Results 1 – 1 of 1) sorted by relevance
2435 typval_T *tv_idx = STACK_TV_BOT(-2); in exec_instructions() local2451 && 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() local2749 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 …]