HomeSort by: relevance | last modified time | path
    Searched defs:ptbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/pr/
pr.c 1033 char *ptbuf; local in function:inln
1036 ptbuf = buf;
1050 col = (ptbuf - buf) + *cps;
1063 *ptbuf++ = ' ';
1068 *ptbuf++ = ch;
1077 *ptbuf++ = ch;
1080 col = ptbuf - buf;
pr.c 1033 char *ptbuf; local in function:inln
1036 ptbuf = buf;
1050 col = (ptbuf - buf) + *cps;
1063 *ptbuf++ = ' ';
1068 *ptbuf++ = ch;
1077 *ptbuf++ = ch;
1080 col = ptbuf - buf;

Completed in 33 milliseconds