Lines Matching refs:nbytes
56 int nbytes; /* number of bytes in buffer */ in Pscantext() local
142 if ((nbytes = read(P->asfd, buf, 2*BLKSIZE)) <= 0) in Pscantext()
145 if (nbytes < BLKSIZE) in Pscantext()
148 n2bytes = nbytes - BLKSIZE; in Pscantext()
149 nbytes = BLKSIZE; in Pscantext()
156 if (nbytes <= 0) { /* shift buffers */ in Pscantext()
157 if ((nbytes = n2bytes) <= 0) in Pscantext()
161 nbytes); in Pscantext()
164 if (nbytes == BLKSIZE && in Pscantext()
171 if (syspri = Pissyscall_text(P, p, nbytes)) in Pscantext()
176 nbytes -= sizeof (instr_t); in Pscantext()