Searched refs:vnd_comment (Results 1 – 2 of 2) sorted by relevance
153 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()
403 char *vnd_comment; member