Lines Matching refs:fragb
370 fragb[4]; member
434 the_ins.fragb[z].fragoff++; in insop()
471 the_ins.fragb[the_ins.nfrag].fragoff = the_ins.numo; in add_frag()
472 the_ins.fragb[the_ins.nfrag].fadd = add; in add_frag()
473 the_ins.fragb[the_ins.nfrag].foff = off; in add_frag()
474 the_ins.fragb[the_ins.nfrag++].fragty = type; in add_frag()
4458 wid = 2 * the_ins.fragb[0].fragoff; in md_assemble()
4460 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff); in md_assemble()
4474 wid = 2 * the_ins.fragb[n].fragoff; in md_assemble()
4476 wid = 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff); in md_assemble()
4511 (relax_substateT) (the_ins.fragb[n].fragty), in md_assemble()
4512 the_ins.fragb[n].fadd, the_ins.fragb[n].foff, to_beg_P); in md_assemble()
4515 n = the_ins.numo - the_ins.fragb[the_ins.nfrag - 1].fragoff; in md_assemble()