Searched refs:roomleft (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.lex.c | 1284 int roomleft; local 1320 roomleft = BUFSIZ - off; 1324 if (c > roomleft) { 1327 roomleft * sizeof (tchar)); 1328 copy(fbuf[buf + 1], ttyline + roomleft, 1329 (c - roomleft) * sizeof (tchar)); 1335 c = read_(SHIN, fbuf[buf] + off, roomleft); 1336 if (c > roomleft) { 1339 fbuf[buf] + off + roomleft, 1340 (c - roomleft) * sizeof (tchar));
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ldterm.c | 2655 size_t roomleft; in ldterm_dononcanon() local 2732 roomleft = bpt->b_datap->db_lim - bpt->b_wptr; in ldterm_dononcanon() 2733 if (roomleft == 0) { in ldterm_dononcanon() 2750 roomleft = IBSIZE; in ldterm_dononcanon() 2753 roomleft, bytes_in_bp, tp->t_rd_request)); in ldterm_dononcanon() 2762 bytes_to_move = MIN(roomleft, bytes_in_bp); in ldterm_dononcanon() 2765 MIN(MIN(roomleft, bytes_in_bp), tp->t_rd_request); in ldterm_dononcanon()
|