Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/pr/
H A Dpr.c347 char **lstdat = NULL; in vertcol() local
404 if ((lstdat = calloc((unsigned)lines, sizeof(char *))) == NULL) in vertcol()
432 lstdat[j] = ptbf; in vertcol()
475 lstdat[j] = ptbf; in vertcol()
477 ptbf = lstdat[j]; in vertcol()
516 lstdat[j] = ptbf; in vertcol()
613 if ((j = lstdat[i] - ptbf) <= offst) in vertcol()
662 free(lstdat); in vertcol()
678 char *lstdat; in horzcol() local
734 lstdat = ptbf; in horzcol()
[all …]