Lines Matching refs:btsp
577 struct btframe *btsp; in dtSearch() local
697 btsp = btstack->top; in dtSearch()
698 btsp->bn = bn; in dtSearch()
699 btsp->index = index; in dtSearch()
700 btsp->mp = mp; in dtSearch()
746 btsp = btstack->top; in dtSearch()
747 btsp->bn = bn; in dtSearch()
748 btsp->index = base; in dtSearch()
749 btsp->mp = mp; in dtSearch()
2646 struct btframe *btsp; in dtSearchNode() local
2700 btsp = btstack->top; in dtSearchNode()
2701 btsp->bn = bn; in dtSearchNode()
2702 btsp->index = i; in dtSearchNode()
2703 btsp->mp = mp; in dtSearchNode()
3343 struct btframe *btsp; in dtReadFirst() local
3363 btsp = btstack->top; in dtReadFirst()
3364 btsp->bn = bn; in dtReadFirst()
3365 btsp->index = 0; in dtReadFirst()
3366 btsp->mp = mp; in dtReadFirst()
3422 struct btframe *btsp, *parent; in dtReadNext() local
3488 btsp = btstack->top; in dtReadNext()
3489 parent = btsp - 1; in dtReadNext()
3564 btsp = btstack->top; in dtReadNext()
3565 btsp->bn = bn; in dtReadNext()
3566 btsp->index = dtoffset->index; in dtReadNext()
3567 btsp->mp = mp; in dtReadNext()