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...] |