HomeSort by: relevance | last modified time | path
    Searched defs:count_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
453 if (l->l_max_col >= count_size) {
454 count_size = l->l_max_col + 1;
456 sizeof(int) * (size_t)count_size)) == NULL)

Completed in 12 milliseconds