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

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c612 struct commentStruct *newComment; local
621 newComment = (struct commentStruct *)
623 newComment->comment = (char *)newComment +
625 strcpy(newComment->comment, comment);
626 newComment->lineNumber = lineNumber;
627 newComment->next = NULL;
629 lastComment->next = newComment;
630 lastComment = newComment;
632 commentList = lastComment = newComment;
[all...]

Completed in 13 milliseconds