Home
last modified time | relevance | path

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

/freebsd/usr.bin/rs/
H A Drs.cc66 static short *colwidths; variable
191 n = (flags & ONEOSEPONLY ? 1 : colwidths[col] - (p - s)); in prints()
244 if (!(colwidths = (short *) malloc(ocols * sizeof(short)))) in prepfile()
254 colwidths[i] = max + gutter; in prepfile()
262 colwidths[i] = max + gutter; in prepfile()
280 colwidths[i] = colw; in prepfile()
283 colwidths[0] -= gutter; in prepfile()
285 colwidths[ocols - 1] = 0; in prepfile()