Searched refs:windowSize (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/compatibility/bsd/
H A Dpty.h20 struct termios* termAttrs, struct winsize* windowSize);
23 struct termios* termAttrs, struct winsize* windowSize);
/haiku/src/libs/bsd/
H A Dpty.cpp17 struct winsize* windowSize)
33 || (windowSize != NULL
34 && ioctl(master, TIOCSWINSZ, windowSize, sizeof(winsize)) != 0)) {
69 struct winsize* windowSize)
72 if (openpty(&master, &slave, name, termAttrs, windowSize) != 0)
16 openpty(int* _master, int* _slave, char* name, struct termios* termAttrs, struct winsize* windowSize) argument
68 forkpty(int* _master, char* name, struct termios* termAttrs, struct winsize* windowSize) argument
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp81 struct winsize windowSize; local
82 if (isatty(fd) == 1 && ioctl(fd, TIOCGWINSZ, &windowSize) == 0)
83 return windowSize.ws_col;
/haiku/headers/private/kernel/boot/net/
H A DTCP.h118 uint32 acknowledgmentNumber, uint8 flags, uint16 windowSize,
/haiku/src/system/boot/loader/net/
H A DTCP.cpp218 size_t windowSize = 0xffff;
220 packet != NULL && windowSize > packet->DataSize();
222 windowSize -= packet->DataSize();
223 return windowSize;
786 uint32 acknowledgmentNumber, uint8 flags, uint16 windowSize,
805 header.window = htons(windowSize);
784 Send(uint16 sourcePort, ip_addr_t destinationAddress, uint16 destinationPort, uint32 sequenceNumber, uint32 acknowledgmentNumber, uint8 flags, uint16 windowSize, ChainBuffer* buffer) argument
/haiku/src/apps/terminal/
H A DTermWindow.cpp488 BMenu* windowSize = new(std::nothrow) BMenu(B_TRANSLATE("Window size")); local
489 if (windowSize != NULL) {
490 MakeWindowSizeMenu(windowSize);
491 windowSize->AddSeparatorItem();
492 windowSize->AddItem(new BMenuItem(B_TRANSLATE("Full screen"),
540 .AddItem(windowSize)
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1706 TSwitcherWindow::CenterWindow(BRect screenFrame, BSize windowSize) argument
1708 BPoint centered = BLayoutUtils::AlignInFrame(screenFrame, windowSize,

Completed in 101 milliseconds