Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c4398 int type_idx_start = stack->ga_len; in compile_subscript() local
4453 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()