Home
last modified time | relevance | path

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

/freebsd/usr.bin/column/
H A Dcolumn.c272 static int maxentry; in input() local
277 if ((list = calloc((maxentry = DEFNUM), sizeof(*list))) == in input()
293 if (entries == maxentry) { in input()
294 maxentry += DEFNUM; in input()
296 (u_int)maxentry * sizeof(*list)))) in input()