Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/pr/
H A Dpr.c324 char *ptbf; in vertcol() local
403 ptbf = buf + lindy[j]; in vertcol()
404 (void)memset(ptbf, (int)' ', offst); in vertcol()
405 ptbf += offst; in vertcol()
407 ptbf = buf + indy[j]; in vertcol()
408 lstdat[j] = ptbf; in vertcol()
451 ptbf = buf + indy[j]; in vertcol()
452 lstdat[j] = ptbf; in vertcol()
454 ptbf = lstdat[j]; in vertcol()
455 vc[cvc].pt = ptbf; in vertcol()
[all …]