Lines Matching refs:blockvector
292 static struct blockvector *new_bvect (int);
807 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); in parse_symbol()
1183 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); in parse_symbol()
4443 struct blockvector *bv = BLOCKVECTOR (s); in add_block()
4445 bv = (struct blockvector *) xrealloc ((void *) bv, in add_block()
4446 (sizeof (struct blockvector) in add_block()
4512 struct blockvector *bv = BLOCKVECTOR (s); in sort_blocks()
4642 static struct blockvector *
4645 struct blockvector *bv; in new_bvect()
4648 size = sizeof (struct blockvector) + nblocks * sizeof (struct block *); in new_bvect()
4649 bv = (struct blockvector *) xzalloc (size); in new_bvect()