Searched refs:ptbuf (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/pr/
H A Dpr.c1147 char *ptbuf; local
1150 ptbuf = buf;
1164 col = (ptbuf - buf) + *cps;
1179 *ptbuf++ = ' ';
1184 *ptbuf++ = ch;
1193 *ptbuf++ = ch;
1196 col = ptbuf - buf;

Completed in 528 milliseconds