Searched refs:pComment (Results 1 – 2 of 2) sorted by relevance
217 char *pComment; in parseFile() local220 pComment = strchr(buf, '#'); in parseFile()221 if (pComment) in parseFile()222 *pComment = '\0'; in parseFile()
66 char* pComment; member115 if(p->pComment)free(p->pComment); in FreeParam()184 void CommentParam(const char* name, const char* pComment) in CommentParam() argument187 if(p)p->pComment = pComment ? strdup(pComment) : 0; in CommentParam()223 if(p && p->pComment) return p->pComment; in GetParamComment()