Searched defs:wsinfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c150 static struct winsize wsinfo; /* Initial window size info */ variable in typeref:struct:winsize
1300 if (myioctl(fd, TIOCGWINSZ, &wsinfo) < 0) {
1306 bzero(&wsinfo, sizeof (wsinfo));
1386 if (wsinfo.ws_row != 0 || wsinfo.ws_col != 0 ||
1387 wsinfo.ws_xpixel != 0 || wsinfo.ws_ypixel != 0) {
1388 if (myioctl(fd, TIOCSWINSZ, &wsinfo) < 0) {

Completed in 67 milliseconds