Home
last modified time | relevance | path

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

/freebsd/usr.bin/pr/
H A Dpr.c315 char **lstdat = NULL; in vertcol() local
377 if ((lstdat = (char **)malloc((unsigned)lines*sizeof(char *))) == NULL){ in vertcol()
411 lstdat[j] = ptbf; in vertcol()
457 lstdat[j] = ptbf; in vertcol()
459 ptbf = lstdat[j]; in vertcol()
498 lstdat[j] = ptbf; in vertcol()
604 if ((j = lstdat[i] - ptbf) <= offst) in vertcol()
632 free(lstdat); in vertcol()
648 char *lstdat; in horzcol() local
706 lstdat = ptbf; in horzcol()
[all …]