Home | History | Annotate | Download | only in include

Lines Matching refs:pComment

66     char*               pComment;
115 if(p->pComment)free(p->pComment);
184 void CommentParam(const char* name, const char* pComment)
187 if(p)p->pComment = pComment ? strdup(pComment) : 0;
223 if(p && p->pComment) return p->pComment;