Lines Matching refs:blockvector
273 static struct blockvector *new_bvect (int);
777 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); in parse_symbol()
1153 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); in parse_symbol()
4473 struct blockvector *bv = BLOCKVECTOR (s); in add_block()
4475 bv = (struct blockvector *) xrealloc ((void *) bv, in add_block()
4476 (sizeof (struct blockvector) in add_block()
4542 struct blockvector *bv = BLOCKVECTOR (s); in sort_blocks()
4672 static struct blockvector *
4675 struct blockvector *bv; in new_bvect()
4678 size = sizeof (struct blockvector) + nblocks * sizeof (struct block *); in new_bvect()
4679 bv = (struct blockvector *) xzalloc (size); in new_bvect()