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

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c111 struct commentStruct { struct
114 struct commentStruct *next;
149 static struct commentStruct *commentList = NULL;
150 static struct commentStruct *lastComment = NULL;
612 struct commentStruct *newComment;
621 newComment = (struct commentStruct *)
622 allocMem(len + 1 + sizeof(struct commentStruct));
624 sizeof(struct commentStruct);
647 struct commentStruct *commentP = commentList;
648 struct commentStruct *nex
[all...]

Completed in 12 milliseconds