Lines Matching refs:abbrev_end
304 unsigned long size, start, cur, end, abbrev_end;
318 abbrev_end = start + max_strlen * sizeof(fds);
319 if (abbrev_end < start)
320 abbrev_end = end;
322 abbrev_end = end;
328 if (cur >= abbrev_end) {
372 abbrev_end = start + max_strlen * sizeof(fds);
373 if (abbrev_end < start)
374 abbrev_end = end;
376 abbrev_end = end;
400 if (cur >= abbrev_end) {