Home
last modified time | relevance | path

Searched refs:conf_comment (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dread.c102 ptr->conf_comment = xf86addComment(ptr->conf_comment, xf86_lex_val.str); in xf86readConfigFile()
105 if (xf86getSubToken(&(ptr->conf_comment)) != STRING) { in xf86readConfigFile()
306 TestFree(p->conf_comment); in xf86freeConfig()
H A Dwrite.c84 if (cptr->conf_comment) in doWriteConfigFile()
85 fprintf(cf, "%s\n", cptr->conf_comment); in doWriteConfigFile()
H A Dxf86Parser.h434 char *conf_comment; member