Home | History | Annotate | Download | only in recno

Lines Matching defs:ip

155 	indx_t *ip, cnt, offset;
185 temp = &h->linp[idx] - (ip = &h->linp[0]);
187 for (cnt = (uint16_t)temp; cnt--; ++ip)
188 if (ip[0] < offset)
189 ip[0] += nbytes;
190 temp = &h->linp[NEXTINDEX(h)] - ip;
192 for (cnt = (uint16_t)temp; --cnt; ++ip)
193 ip[0] = ip[1] < offset ? ip[1] + nbytes : ip[1];