HomeSort by: relevance | last modified time | path
    Searched refs:inlast (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
irp_p.h 31 int inlast; /*%< index of one past the last char in buffer */ member in struct:irp_p
irp.c 101 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 15 milliseconds