Searched refs:type_idx_start (Results 1 – 1 of 1) sorted by relevance
4398 int type_idx_start = stack->ga_len; in compile_subscript() local4453 type = ((type_T **)stack->ga_data)[type_idx_start]; in compile_subscript()4454 mch_memmove(((type_T **)stack->ga_data) + type_idx_start, in compile_subscript()4455 ((type_T **)stack->ga_data) + type_idx_start + 1, in compile_subscript()4457 * (stack->ga_len - type_idx_start - 1)); in compile_subscript()