Searched refs:inlast (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirp_p.h31 int inlast; /*%< index of one past the last char in buffer */ member in struct:irp_p
H A Dirp.c101 irp->inlast = 0;
291 end = &pvt->inbuffer[pvt->inlast];
302 pvt->inlast = end - start;
305 end = &pvt->inbuffer[pvt->inlast];
308 spare = sizeof (pvt->inbuffer) - pvt->inlast;
321 pvt->inlast += i;

Completed in 191 milliseconds