Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rs/
H A Drs.c78 static short *colwidths; variable
226 n = (flags & ONEOSEPONLY ? 1 : colwidths[col] - (p - s)); in prints()
293 if (!(colwidths = (short *) malloc(ocols * sizeof(short)))) in prepfile()
301 colwidths[i] = max + gutter; in prepfile()
308 colwidths[i] = max + gutter; in prepfile()
324 colwidths[i] = colw; in prepfile()
327 colwidths[0] -= gutter; in prepfile()
329 colwidths[ocols - 1] = 0; in prepfile()