Home
last modified time | relevance | path

Searched refs:newb (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libdwarf/common/
H A Dpro_macinfo.c73 struct dw_macinfo_block_s *newb; in libdwarf_compose_begin() local
83 newb = in libdwarf_compose_begin()
85 if (!newb) { in libdwarf_compose_begin()
89 newb->mb_data = in libdwarf_compose_begin()
90 (char *) newb + sizeof(struct dw_macinfo_block_s); in libdwarf_compose_begin()
91 newb->mb_avail_len = blen; in libdwarf_compose_begin()
92 newb->mb_used_len = 0; in libdwarf_compose_begin()
93 newb->mb_macinfo_data_space_len = blen; in libdwarf_compose_begin()
94 dbg->de_first_macinfo = newb; in libdwarf_compose_begin()
95 dbg->de_current_macinfo = newb; in libdwarf_compose_begin()
[all …]
/titanic_50/usr/src/cmd/mandoc/
H A Deqn.c573 struct eqn_box *b, *newb; in eqn_box_makebinary() local
582 newb = eqn_box_alloc(ep, parent); in eqn_box_makebinary()
583 newb->pos = pos; in eqn_box_makebinary()
584 newb->type = EQN_SUBEXPR; in eqn_box_makebinary()
585 newb->expectargs = 2; in eqn_box_makebinary()
586 newb->args = 1; in eqn_box_makebinary()
587 newb->first = newb->last = b; in eqn_box_makebinary()
588 newb->first->next = NULL; in eqn_box_makebinary()
589 b->parent = newb; in eqn_box_makebinary()
590 return(newb); in eqn_box_makebinary()
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c1780 struct bubble *newb; in itree_add_bubble() local
1802 newb = alloc_xmalloc(sizeof (struct bubble)); in itree_add_bubble()
1803 newb->next = NULL; in itree_add_bubble()
1804 newb->t = btype; in itree_add_bubble()
1805 newb->myevent = eventp; in itree_add_bubble()
1806 newb->nork = nork; in itree_add_bubble()
1807 newb->mark = 0; in itree_add_bubble()
1808 newb->gen = gen; in itree_add_bubble()
1809 newb->arrows = NULL; in itree_add_bubble()
1812 eventp->bubbles = newb; in itree_add_bubble()
[all …]
/titanic_50/usr/src/lib/libsqlite/test/
H A Dtrigger2.test583 olda, oldb, oldc, oldd, newa, newb, newc, newd);