Home
last modified time | relevance | path

Searched refs:file_comment (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DFiles.c91 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()
H A Dxf86Parser.h76 char *file_comment; member