Lines Matching defs:roomleft
1284 int roomleft;
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));