Searched refs:SBI (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c55 #define AdjustY(p) ((p)->buffered ? 0 : (int) (p)->SBI.srWindow.Top)
76 CONSOLE_SCREEN_BUFFER_INFO SBI; member in struct:props
178 PropOf(TCB)->SBI.wAttributes,
227 PropOf(TCB)->SBI.wAttributes,
554 if (GetConsoleScreenBufferInfo(TCB->hdl, &(p->SBI))) {
557 p->SBI.dwSize.X,
558 p->SBI.dwSize.Y));
560 p->SBI.dwMaximumWindowSize.X,
561 p->SBI.dwMaximumWindowSize.Y));
563 p->SBI
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h182 section_iterator SBI = getSectionByAddress(Obj, AddrB); local
183 assert(SBI != Obj.section_end() && "Can't find section for address B");
184 uint64_t SectionBBase = SBI->getAddress();
186 SectionRef SectionB = *SBI;
H A DRuntimeDyldMachOARM.h393 section_iterator SBI = getSectionByAddress(MachO, AddrB); local
394 assert(SBI != MachO.section_end() && "Can't find section for address B");
395 uint64_t SectionBBase = SBI->getAddress();
397 SectionRef SectionB = *SBI;

Completed in 95 milliseconds