Searched refs:copyptr (Results 1 – 1 of 1) sorted by relevance
2740 *copyptr, // Pointer into string in scan_file() local2757 for (copyptr = copytemp; copyptr; copyptr = copyend) in scan_file()2759 if ((copyend = strchr(copyptr, '\n')) != NULL) in scan_file()2762 d->copyright->add(new ppdcString(copyptr)); in scan_file()