Searched refs:stackblock (Results 1 – 6 of 6) sorted by relevance
36 struct stackblock /* stack block cell */ struct39 struct stackblock* prev; /* previous block in list */ argument40 struct stackblock* next; /* next block in list */ argument45 struct stackblock* block; /* current block pointer */51 struct stackblock* blocks; /* stack table blocks */
45 struct stackblock /* stack block cell */ struct48 struct stackblock* prev; /* previous block in list */ argument49 struct stackblock* next; /* next block in list */ argument54 struct stackblock* block; /* current block pointer */60 struct stackblock* blocks; /* stack table blocks */
40 register struct stackblock *b; in stackalloc()44 if (!(b = newof(0, struct stackblock, 1, 0))) in stackalloc()72 register struct stackblock* b; in stackfree()73 register struct stackblock* p; in stackfree()114 register struct stackblock *b; in stackpush()122 if (!(b->next = newof(0, struct stackblock, 1, 0))) in stackpush()