Searched refs:extensions_comment (Results 1 – 2 of 2) sorted by relevance
68 ptr->extensions_comment = in xf86parseExtensionsSection()69 xf86addComment(ptr->extensions_comment, xf86_lex_val.str); in xf86parseExtensionsSection()96 if (ptr->extensions_comment) in xf86printExtensionsSection()97 fprintf(cf, "%s", ptr->extensions_comment); in xf86printExtensionsSection()109 TestFree(ptr->extensions_comment); in xf86freeExtensions()
415 char *extensions_comment; member