Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/rs/
H A Drs.c77 static short *colwidths; variable
224 n = (flags & ONEOSEPONLY ? 1 : colwidths[col] - (p - s)); in prints()
286 if (!(colwidths = (short *) malloc(ocols * sizeof(short)))) in prepfile()
296 colwidths[i] = max + gutter; in prepfile()
304 colwidths[i] = max + gutter; in prepfile()
320 colwidths[i] = colw; in prepfile()
323 colwidths[0] -= gutter; in prepfile()
325 colwidths[ocols - 1] = 0; in prepfile()