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()
3040 struct btframe *btsp; in dtReadFirst() local
3060 btsp = btstack->top; in dtReadFirst()
3061 btsp->bn = bn; in dtReadFirst()
3062 btsp->index = 0; in dtReadFirst()
3063 btsp->mp = mp; in dtReadFirst()
3119 struct btframe *btsp, *parent; in dtReadNext() local
3185 btsp = btstack->top; in dtReadNext()
3186 parent = btsp - 1; in dtReadNext()
3261 btsp = btstack->top; in dtReadNext()
3262 btsp->bn = bn; in dtReadNext()
3263 btsp->index = dtoffset->index; in dtReadNext()
3264 btsp->mp = mp; in dtReadNext()