Searched refs:file_comment (Results 1 – 2 of 2) sorted by relevance
91 ptr->file_comment = xf86addComment(ptr->file_comment, xf86_lex_val.str); in xf86parseFilesSection()94 if (xf86getSubToken(&(ptr->file_comment)) != STRING) in xf86parseFilesSection()117 if (xf86getSubToken(&(ptr->file_comment)) != STRING) in xf86parseFilesSection()142 if (xf86getSubToken(&(ptr->file_comment)) != STRING) in xf86parseFilesSection()156 xf86getSubToken(&(ptr->file_comment)); in xf86parseFilesSection()181 if (ptr->file_comment) in xf86printFileSection()182 fprintf(cf, "%s", ptr->file_comment); in xf86printFileSection()224 TestFree(p->file_comment); in xf86freeFiles()
76 char *file_comment; member