Searched refs:wsz (Results 1 – 1 of 1) sorted by relevance
137 struct winsize wsz; in test2() local164 if (ioctl(slavefd, TIOCGWINSZ, &wsz) != 0) { in test2()168 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2()169 wsz.ws_xpixel != wsz1.ws_xpixel || in test2()170 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2()174 if (ioctl(masterfd, TIOCGWINSZ, &wsz) != 0) { in test2()178 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2()179 wsz.ws_xpixel != wsz1.ws_xpixel || in test2()180 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2()188 if (ioctl(slavefd, TIOCGWINSZ, &wsz) != 0) { in test2()[all …]