Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/pr/
Dpr.c325 char **lstdat = NULL; in vertcol() local
380 if ((lstdat = malloc((unsigned)lines*sizeof(char *))) == NULL) in vertcol()
408 lstdat[j] = ptbf; in vertcol()
452 lstdat[j] = ptbf; in vertcol()
454 ptbf = lstdat[j]; in vertcol()
493 lstdat[j] = ptbf; in vertcol()
608 if ((j = lstdat[i] - ptbf) <= offst) in vertcol()
640 free(lstdat); in vertcol()
656 char *lstdat; in horzcol() local
708 lstdat = ptbf; in horzcol()
[all …]