Home
last modified time | relevance | path

Searched refs:my_len (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ncurses/ncurses/base/
HDlib_pad.c137 const int my_len = 2; /* parameterize the threshold for hardscroll */ in pnoutrefresh() local
215 wide = (smincol < my_len && smaxcol > (NewScreen(sp)->_maxx - my_len)); in pnoutrefresh()
251 for (j = 0; j <= my_len; j++) { in pnoutrefresh()
/NextBSD/sys/netinet/
HDsctputil.c5262 int my_len = 0; in sctp_sorecvmsg() local
5776 my_len = (int)SCTP_BUF_LEN(m); in sctp_sorecvmsg()
5777 if (cp_len > my_len) { in sctp_sorecvmsg()
5779 cp_len = my_len; in sctp_sorecvmsg()