Searched refs:my_len (Results 1 – 2 of 2) sorted by relevance
137 const int my_len = 2; /* parameterize the threshold for hardscroll */ in pnoutrefresh() local215 wide = (smincol < my_len && smaxcol > (NewScreen(sp)->_maxx - my_len)); in pnoutrefresh()251 for (j = 0; j <= my_len; j++) { in pnoutrefresh()
5262 int my_len = 0; in sctp_sorecvmsg() local5776 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()