Searched refs:expr_isn_count (Results 1 – 1 of 1) sorted by relevance
4436 int expr_isn_count = expr_isn_end - expr_isn_start; in compile_subscript() local4437 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()