Lines Matching refs:btsp
583 struct btframe *btsp; in dtSearch() local
699 btsp = btstack->top; in dtSearch()
700 btsp->bn = bn; in dtSearch()
701 btsp->index = index; in dtSearch()
702 btsp->mp = mp; in dtSearch()
748 btsp = btstack->top; in dtSearch()
749 btsp->bn = bn; in dtSearch()
750 btsp->index = base; in dtSearch()
751 btsp->mp = mp; in dtSearch()
2625 struct btframe *btsp; in dtSearchNode() local
2679 btsp = btstack->top; in dtSearchNode()
2680 btsp->bn = bn; in dtSearchNode()
2681 btsp->index = i; in dtSearchNode()
2682 btsp->mp = mp; in dtSearchNode()
3320 struct btframe *btsp; in dtReadFirst() local
3340 btsp = btstack->top; in dtReadFirst()
3341 btsp->bn = bn; in dtReadFirst()
3342 btsp->index = 0; in dtReadFirst()
3343 btsp->mp = mp; in dtReadFirst()
3399 struct btframe *btsp, *parent; in dtReadNext() local
3465 btsp = btstack->top; in dtReadNext()
3466 parent = btsp - 1; in dtReadNext()
3541 btsp = btstack->top; in dtReadNext()
3542 btsp->bn = bn; in dtReadNext()
3543 btsp->index = dtoffset->index; in dtReadNext()
3544 btsp->mp = mp; in dtReadNext()
4557 struct btframe *btsp; in dtDisplayTree() local
4565 btsp = btstack.stack; in dtDisplayTree()
4620 if ((parent = (btsp == btstack.stack ? NULL : --btsp)) == NULL) in dtDisplayTree()
4650 btsp->bn = pbn = bn; in dtDisplayTree()
4651 btsp->index = index; in dtDisplayTree()
4652 btsp->lastindex = lastindex; in dtDisplayTree()
4655 ++btsp; in dtDisplayTree()