Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DExtensions.c68 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()
H A Dxf86Parser.h415 char *extensions_comment; member