Lines Matching refs:wsz
230 ntp->wsz.ws_row = 0; in ptemopen()
231 ntp->wsz.ws_col = 0; in ptemopen()
232 ntp->wsz.ws_xpixel = 0; in ptemopen()
233 ntp->wsz.ws_ypixel = 0; in ptemopen()
903 if ((tp->wsz.ws_row == 0) && (tp->wsz.ws_col == 0) && in ptioc()
904 (tp->wsz.ws_xpixel == 0) && (tp->wsz.ws_ypixel == 0)) { in ptioc()
921 jwb->bytesx = tp->wsz.ws_col; in ptioc()
922 jwb->bytesy = tp->wsz.ws_row; in ptioc()
923 jwb->bitsx = tp->wsz.ws_xpixel; in ptioc()
924 jwb->bitsy = tp->wsz.ws_ypixel; in ptioc()
933 if ((tp->wsz.ws_row == 0) && (tp->wsz.ws_col == 0) && in ptioc()
934 (tp->wsz.ws_xpixel == 0) && (tp->wsz.ws_ypixel == 0)) { in ptioc()
948 wb->ws_row = tp->wsz.ws_row; in ptioc()
949 wb->ws_col = tp->wsz.ws_col; in ptioc()
950 wb->ws_xpixel = tp->wsz.ws_xpixel; in ptioc()
951 wb->ws_ypixel = tp->wsz.ws_ypixel; in ptioc()
968 if ((tp->wsz.ws_row != wb->ws_row) || in ptioc()
969 (tp->wsz.ws_col != wb->ws_col) || in ptioc()
970 (tp->wsz.ws_xpixel != wb->ws_xpixel) || in ptioc()
971 (tp->wsz.ws_ypixel != wb->ws_xpixel)) { in ptioc()
996 tp->wsz.ws_row = wb->ws_row; in ptioc()
997 tp->wsz.ws_col = wb->ws_col; in ptioc()
998 tp->wsz.ws_xpixel = wb->ws_xpixel; in ptioc()
999 tp->wsz.ws_ypixel = wb->ws_ypixel; in ptioc()