Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DModule.c97 ptr->load_comment = xf86addComment(ptr->load_comment, xf86_lex_val.str); in xf86parseModuleSubSection()
190 if (lptr->load_comment) in xf86printModuleSection()
191 fprintf(cf, "%s", lptr->load_comment); in xf86printModuleSection()
197 if (lptr->load_comment) in xf86printModuleSection()
198 fprintf(cf, "%s", lptr->load_comment); in xf86printModuleSection()
205 if (lptr->load_comment) in xf86printModuleSection()
206 fprintf(cf, "%s", lptr->load_comment); in xf86printModuleSection()
234 new->load_comment = xf86addComment(new->load_comment, xf86_lex_val.str); in xf86addNewLoadDirective()
252 TestFree(lptr->load_comment); in xf86freeModules()
260 TestFree(lptr->load_comment); in xf86freeModules()
H A Dxf86Parser.h90 char *load_comment; member