Lines Matching refs:btsp
577 struct btframe *btsp; in dtSearch() local
692 btsp = btstack->top; in dtSearch()
693 btsp->bn = bn; in dtSearch()
694 btsp->index = index; in dtSearch()
695 btsp->mp = mp; in dtSearch()
741 btsp = btstack->top; in dtSearch()
742 btsp->bn = bn; in dtSearch()
743 btsp->index = base; in dtSearch()
744 btsp->mp = mp; in dtSearch()
2641 struct btframe *btsp; in dtSearchNode() local
2695 btsp = btstack->top; in dtSearchNode()
2696 btsp->bn = bn; in dtSearchNode()
2697 btsp->index = i; in dtSearchNode()
2698 btsp->mp = mp; in dtSearchNode()
3338 struct btframe *btsp; in dtReadFirst() local
3358 btsp = btstack->top; in dtReadFirst()
3359 btsp->bn = bn; in dtReadFirst()
3360 btsp->index = 0; in dtReadFirst()
3361 btsp->mp = mp; in dtReadFirst()
3417 struct btframe *btsp, *parent; in dtReadNext() local
3483 btsp = btstack->top; in dtReadNext()
3484 parent = btsp - 1; in dtReadNext()
3559 btsp = btstack->top; in dtReadNext()
3560 btsp->bn = bn; in dtReadNext()
3561 btsp->index = dtoffset->index; in dtReadNext()
3562 btsp->mp = mp; in dtReadNext()