Searched defs:nchreq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c417 * int nchreq; - # of tchars requrested.
420 read_(int d, tchar *buf, int nchreq) argument
442 tprintf("Entering read_(d=%d, buf=0x%x, nchreq=%d);\n",
443 d, buf, nchreq);
447 * nchreq characters into chbuf.
453 assert(nchreq <= BUFSIZ);
457 while (nchread < nchreq) {
486 m = nchreq - nchread;
633 tprintf("Entering read_(d=%d, buf=0x%x, nchreq=%d);\n",
634 d, buf, nchreq);
[all...]

Completed in 57 milliseconds