Home
last modified time | relevance | path

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

/trueos/usr.bin/rs/
HDrs.c75 static short *colwidths; variable
222 n = (flags & ONEOSEPONLY ? 1 : colwidths[col] - (p - s)); in prints()
284 if (!(colwidths = (short *) malloc(ocols * sizeof(short)))) in prepfile()
294 colwidths[i] = max + gutter; in prepfile()
302 colwidths[i] = max + gutter; in prepfile()
318 colwidths[i] = colw; in prepfile()
321 colwidths[0] -= gutter; in prepfile()
323 colwidths[ocols - 1] = 0; in prepfile()