Searched refs:TIOCGWINSZ (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dioctl.h29 #define TIOCGWINSZ 0x5413 macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dioctl.h29 #define TIOCGWINSZ 0x5413 macro
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c353 if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0) {
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c74 * the width with the TIOCGWINSZ ioctl fails
326 if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0) {

Completed in 17 milliseconds