Searched refs:mod_comment (Results 1 – 2 of 2) sorted by relevance
128 ptr->mod_comment = xf86addComment(ptr->mod_comment, xf86_lex_val.str); in xf86parseModuleSection()131 if (xf86getSubToken(&(ptr->mod_comment)) != STRING) in xf86parseModuleSection()138 if (xf86getSubToken(&(ptr->mod_comment)) != STRING) in xf86parseModuleSection()145 if (xf86getSubToken(&(ptr->mod_comment)) != STRING) in xf86parseModuleSection()152 if (xf86getSubToken(&(ptr->mod_comment)) != STRING) in xf86parseModuleSection()183 if (ptr->mod_comment) in xf86printModuleSection()184 fprintf(cf, "%s", ptr->mod_comment); in xf86printModuleSection()265 TestFree(ptr->mod_comment); in xf86freeModules()
97 char *mod_comment; member