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

  /src/usr.bin/qsubst/
qsubst.c 135 static char *bufp0; variable in typeref:typename:char *
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 13 milliseconds