HomeSort by: relevance | last modified time | path
    Searched defs:sorted_size (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/col/
col.c 441 static int count_size, *count, sorted_size; local in function:flush_line
447 if (l->l_lsize > sorted_size) {
448 sorted_size = l->l_lsize;
450 sizeof(CHAR) * (size_t)sorted_size)) == NULL)

Completed in 11 milliseconds