Searched refs:lastComment (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c150 static struct commentStruct *lastComment = NULL; variable in typeref:struct:commentStruct
628 if (lastComment != NULL) {
629 lastComment->next = newComment;
630 lastComment = newComment;
632 commentList = lastComment = newComment;

Completed in 13 milliseconds