Searched refs:wsz1 (Results 1 – 1 of 1) sorted by relevance
140 struct winsize wsz1 = { 24, 80, 5, 10 }; in test2() local165 if (ioctl(masterfd, TIOCSWINSZ, &wsz1) != 0) { in test2()173 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2()174 wsz.ws_xpixel != wsz1.ws_xpixel || in test2()175 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2()183 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2()184 wsz.ws_xpixel != wsz1.ws_xpixel || in test2()185 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2()