Searched defs:newb (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_macinfo.c73 struct dw_macinfo_block_s *newb; local
83 newb =
85 if (!newb) {
89 newb->mb_data =
90 (char *) newb + sizeof(struct dw_macinfo_block_s);
91 newb->mb_avail_len = blen;
92 newb->mb_used_len = 0;
93 newb->mb_macinfo_data_space_len = blen;
94 dbg->de_first_macinfo = newb;
95 dbg->de_current_macinfo = newb;
98 struct dw_macinfo_block_s *newb; local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c1780 struct bubble *newb; local
1802 newb = alloc_xmalloc(sizeof (struct bubble));
1803 newb->next = NULL;
1804 newb->t = btype;
1805 newb->myevent = eventp;
1806 newb->nork = nork;
1807 newb->mark = 0;
1808 newb->gen = gen;
1809 newb->arrows = NULL;
1812 eventp->bubbles = newb;
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.c574 struct eqn_box *b, *newb; local
583 newb = eqn_box_alloc(ep, parent);
584 newb->pos = pos;
585 newb->type = EQN_SUBEXPR;
586 newb->expectargs = 2;
587 newb->args = 1;
588 newb->first = newb->last = b;
589 newb->first->next = NULL;
590 b->parent = newb;
[all...]

Completed in 50 milliseconds