lastid            105 libutil/idset.c 	idset->min = idset->max = idset->lastid = END_OF_ID;
lastid            168 libutil/idset.c 	return idset->lastid = idset->min;
lastid            185 libutil/idset.c 	if (idset->lastid >= idset->max)
lastid            188 libutil/idset.c 	index0 = idset->lastid / LONG_BIT;
lastid            189 libutil/idset.c 	index1 = idset->lastid % LONG_BIT;
lastid            192 libutil/idset.c 			return idset->lastid = index0 * LONG_BIT + i;
lastid            201 libutil/idset.c 			return idset->lastid = index0 * LONG_BIT + i;
lastid             31 libutil/idset.h 	unsigned int lastid;		/* used by idset_first() and idset_next() */