Home
last modified time | relevance | path

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

/freebsd/usr.bin/column/
H A Dcolumn.c209 #define DEFCOLS 25 macro
224 if ((cols = calloc((maxcols = DEFCOLS), sizeof(*cols))) == NULL) in maketbl()
234 DEFCOLS) * sizeof(wchar_t *))) || in maketbl()
236 ((u_int)maxcols + DEFCOLS) * sizeof(int)))) in maketbl()
239 0, DEFCOLS * sizeof(int)); in maketbl()
240 maxcols += DEFCOLS; in maketbl()