Searched refs:wsz1 (Results 1 – 1 of 1) sorted by relevance
138 struct winsize wsz1 = { 24, 80, 5, 10 }; in test2() local160 if (ioctl(masterfd, TIOCSWINSZ, &wsz1) != 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()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()