Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DVendor.c153 ptr->vnd_comment = xf86addComment(ptr->vnd_comment, xf86_lex_val.str); in xf86parseVendorSection()
156 if (xf86getSubToken(&(ptr->vnd_comment)) != STRING) in xf86parseVendorSection()
167 if (xf86getSubToken(&(ptr->vnd_comment)) != STRING) in xf86parseVendorSection()
203 if (ptr->vnd_comment) in xf86printVendorSection()
204 fprintf(cf, "%s", ptr->vnd_comment); in xf86printVendorSection()
230 TestFree(p->vnd_comment); in xf86freeVendorList()
H A Dxf86Parser.h403 char *vnd_comment; member