Lines Matching defs:commentP
647 struct commentStruct *commentP = commentList;
650 while (commentP) {
651 next = commentP->next;
652 freeMem(commentP);
653 commentP = next;
1053 struct commentStruct *commentP = commentList;
1065 while (commentP && (commentP->lineNumber <
1068 (void)fprintf(fp, "%s", commentP->comment);
1069 commentP = commentP->next;
1100 while (commentP) {
1101 (void)fprintf(fp, "%s", commentP->comment);
1102 commentP = commentP->next;