Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DVendor.c79 TestFree(ptr->vs_comment); in xf86freeVendorSubList()
100 ptr->vs_comment = xf86addComment(ptr->vs_comment, xf86_lex_val.str); in xf86parseVendorSubSection()
103 if (xf86getSubToken(&(ptr->vs_comment))) in xf86parseVendorSubSection()
211 if (pptr->vs_comment) in xf86printVendorSection()
212 fprintf(cf, "%s", pptr->vs_comment); in xf86printVendorSection()
H A Dxf86Parser.h395 char *vs_comment; member