Searched defs:commentP (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c647 struct commentStruct *commentP = commentList; local
650 while (commentP) {
651 next = commentP->next;
652 freeMem(commentP);
653 commentP = next;
1053 struct commentStruct *commentP = commentList; local
1065 while (commentP && (commentP->lineNumber <
1068 (void)fprintf(fp, "%s", commentP->comment);
1069 commentP
[all...]

Completed in 18 milliseconds