Home
last modified time | relevance | path

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

/freebsd/usr.bin/pr/
H A Dpr.c322 int *lindy = NULL; in vertcol() local
389 if ((lindy = (int *)malloc((unsigned)lines*sizeof(int))) == NULL) { in vertcol()
403 lindy[j] = j * mxlen; in vertcol()
404 indy[j] = lindy[j] + offst; in vertcol()
406 ptbf = buf + lindy[j]; in vertcol()
603 ptbf = buf + lindy[i]; in vertcol()
630 free(lindy); in vertcol()