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

/netbsd-6-1-5-RELEASE/usr.bin/qsubst/
H A Dqsubst.c135 static char *bufp0; variable
385 bufp0 = &buf[1];
389 bufp0 = &buf[0];
393 printf("[rahead = %d, bufp0-buf = %ld]\n",
394 rahead, (long) (bufp0 - &buf[0]));
397 bufp = bufp0;
405 if (bufp > bufp0)
406 fwrite(bufp0, 1, bufp - bufp0, tempf);
423 c, n, (long) (bufp - bufp0));
[all...]

Completed in 103 milliseconds