Lines Matching defs:cp
38 register char *cp, *cpold;68 cp = buff+n;73 cpold = cp;75 cp--;76 if(cp==buff)81 while(*--cp != '\n');82 if(cp==buff && n!='\n')84 *cp = n;85 nleft += cpold-cp;89 cp++;90 if(sfwrite(out,cp,cpold-cp) < 0)