Home
last modified time | relevance | path

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

/dragonfly/usr.bin/pr/
HDpr.c313 int *lindy; in vertcol() local
379 if ((lindy = (int *)malloc((unsigned)lines*sizeof(int))) == NULL) { in vertcol()
393 lindy[j] = j * mxlen; in vertcol()
394 indy[j] = lindy[j] + offst; in vertcol()
396 ptbf = buf + lindy[j]; in vertcol()
592 ptbf = buf + lindy[i]; in vertcol()