Home
last modified time | relevance | path

Searched refs:count_size (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/col/
H A Dcol.c430 static int count_size, *count, sorted_size; in flush_line() local
442 if (l->l_max_col >= count_size) { in flush_line()
443 count_size = l->l_max_col + 1; in flush_line()
445 (unsigned)sizeof(int) * count_size)) == NULL) in flush_line()