Searched refs:winsz (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c2454 unsigned short winsz = ntohs(th->th_win); local
2455 unsigned int scaled_win = winsz<<tp->rcv_scale;
2471 printf("%s: win = %d winsz = %d sc = %d"
2473 __func__, scaled_win>>tp->rcv_scale, winsz,
2508 winsz = htons(scaled_win>>tp->rcv_scale);
2510 printf("%s: winsz = %d ack %x count %d\n",
2514 bcopy(&winsz, mtod(prev_ack_pkt, caddr_t) + twin_offset, 2);
/macosx-10.9.5/less-23/less/
H A Dscreen.c1768 DWORD winsz; local
1773 winsz = csbi.dwSize.X * (csbi.srWindow.Bottom - csbi.srWindow.Top + 1);
1778 FillConsoleOutputCharacter(con_out, ' ', winsz, topleft, &nchars);
1779 FillConsoleOutputAttribute(con_out, curr_attr, winsz, topleft, &nchars);
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl/ReadLine/
H A Dreadline.pm223 # # # # my ($winsz_t, $TIOCGWINSZ, $winsz, $rl_margin, $hooj, $force_redraw);
241 # # # # $termios, $termios_t, $winsz, $winsz_t);
412 } elsif (defined $TIOCGWINSZ and &ioctl($term_IN,$TIOCGWINSZ,$winsz)) {
413 ($num_rows,$num_cols) = unpack($winsz_t,$winsz);
557 $winsz = pack($winsz_t,0,0,0,0);
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm223 # # # # my ($winsz_t, $TIOCGWINSZ, $winsz, $rl_margin, $hooj, $force_redraw);
241 # # # # $termios, $termios_t, $winsz, $winsz_t);
413 } elsif (defined $TIOCGWINSZ and &ioctl($term_IN,$TIOCGWINSZ,$winsz)) {
414 ($num_rows,$num_cols) = unpack($winsz_t,$winsz);
558 $winsz = pack($winsz_t,0,0,0,0);

Completed in 196 milliseconds