Searched refs:load_comment (Results 1 – 2 of 2) sorted by relevance
97 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()
90 char *load_comment; member