Lines Matching refs:tv_idx
2435 typval_T *tv_idx = STACK_TV_BOT(-2); in exec_instructions() local
2449 status = do_2string(tv_idx, TRUE, FALSE); in exec_instructions()
2451 && tv_idx->v_type != VAR_NUMBER) in exec_instructions()
2468 long lidx = (long)tv_idx->vval.v_number; in exec_instructions()
2508 char_u *key = tv_idx->vval.v_string; in exec_instructions()
2543 long lidx = (long)tv_idx->vval.v_number; 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()
2814 clear_tv(tv_idx); in exec_instructions()