Searched refs:vectorlen (Results 1 – 1 of 1) sorted by relevance
194 int j, dontsort = 0, vectorlen; in sortCommand() local319 if (start >= vectorlen) { in sortCommand()320 start = vectorlen-1; in sortCommand()321 end = vectorlen-2; in sortCommand()323 if (end >= vectorlen) end = vectorlen-1; in sortCommand()337 (start != 0 || end != vectorlen-1)) in sortCommand()339 vectorlen = end-start+1; in sortCommand()403 int rangelen = vectorlen; in sortCommand()451 for (j = 0; j < vectorlen; j++) { in sortCommand()580 for (j = 0; j < vectorlen; j++) in sortCommand()[all …]