Lines Matching refs:btsp
590 struct btframe *btsp; in dtSearch() local
705 btsp = btstack->top; in dtSearch()
706 btsp->bn = bn; in dtSearch()
707 btsp->index = index; in dtSearch()
708 btsp->mp = mp; in dtSearch()
754 btsp = btstack->top; in dtSearch()
755 btsp->bn = bn; in dtSearch()
756 btsp->index = base; in dtSearch()
757 btsp->mp = mp; in dtSearch()
2654 struct btframe *btsp; in dtSearchNode() local
2708 btsp = btstack->top; in dtSearchNode()
2709 btsp->bn = bn; in dtSearchNode()
2710 btsp->index = i; in dtSearchNode()
2711 btsp->mp = mp; in dtSearchNode()
3351 struct btframe *btsp; in dtReadFirst() local
3371 btsp = btstack->top; in dtReadFirst()
3372 btsp->bn = bn; in dtReadFirst()
3373 btsp->index = 0; in dtReadFirst()
3374 btsp->mp = mp; in dtReadFirst()
3430 struct btframe *btsp, *parent; in dtReadNext() local
3496 btsp = btstack->top; in dtReadNext()
3497 parent = btsp - 1; in dtReadNext()
3572 btsp = btstack->top; in dtReadNext()
3573 btsp->bn = bn; in dtReadNext()
3574 btsp->index = dtoffset->index; in dtReadNext()
3575 btsp->mp = mp; in dtReadNext()