Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c4436 int expr_isn_count = expr_isn_end - expr_isn_start; in compile_subscript() local
4437 isn_T *isn = ALLOC_MULT(isn_T, expr_isn_count); in compile_subscript()
4443 sizeof(isn_T) * expr_isn_count); in compile_subscript()
4450 isn, sizeof(isn_T) * expr_isn_count); in compile_subscript()