Home
last modified time | relevance | path

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

/openbsd/usr.bin/column/
H A Dcolumn.c143 else if (*maxwidths >= termwidth) in main()
159 INCR_NEXTTAB(*maxwidths); in c_columnate()
160 if ((numcols = termwidth / *maxwidths) == 0) in c_columnate()
182 INCR_NEXTTAB(*maxwidths); in r_columnate()
183 if ((numcols = termwidth / *maxwidths) == 0) in r_columnate()
295 maxwidths = ereallocarray(maxwidths, maxcols, in input()
296 sizeof(*maxwidths)); in input()
297 memset(maxwidths + col, 0, in input()
298 DEFCOLS * sizeof(*maxwidths)); in input()
308 if (maxwidths[col] < width) in input()
[all …]