Lines Matching defs:del_count
1073 struct item_head *ih, int from, int del_count)
1087 RFALSE(ih_entry_count(ih) < from + del_count,
1089 ih_entry_count(ih), from, del_count);
1091 if (del_count == 0)
1107 deh_location(&deh[from + del_count - 1]);
1111 for (i = ih_entry_count(ih) - 1; i > from + del_count - 1; i--)
1114 (DEH_SIZE * del_count));
1118 deh_location(&deh[i]) - (DEH_SIZE * del_count +
1121 put_ih_entry_count(ih, ih_entry_count(ih) - del_count);
1125 deh + from + del_count,
1127 del_count));
1130 memmove(prev_record - cut_records_len - DEH_SIZE * del_count,
1133 return DEH_SIZE * del_count + cut_records_len;