Searched refs:my_len (Results 1 – 2 of 2) sorted by relevance
138 const int my_len = 2; /* parameterize the threshold for hardscroll */ in pnoutrefresh() local222 wide = (smincol < my_len && smaxcol > (NewScreen(sp)->_maxx - my_len)); in pnoutrefresh()258 for (j = 0; j <= my_len; j++) { in pnoutrefresh()
5530 ssize_t my_len = 0; in sctp_sorecvmsg() local6038 my_len = SCTP_BUF_LEN(m); in sctp_sorecvmsg()6039 if (cp_len > my_len) { in sctp_sorecvmsg()6041 cp_len = my_len; in sctp_sorecvmsg()