Lines Matching refs:pbuf
1724 *pbuf, /* walking pointer to buf */
1748 punwritten = pbuf = buf + 2;
1749 while (*pbuf) {
1751 if (*pbuf == '#' && pbuf[-1] == '\n' && pbuf[-2] != '\\') {
1752 ptoken = pbuf+1;
1797 writetmpfile(outFile, punwritten, pbuf-punwritten,
1799 if (ptoken > pbuf + 1)
1803 punwritten = pbuf + 1;
1807 pbuf++;
1810 writetmpfile(outFile, punwritten, pbuf-punwritten, tmpImakefile);