Searched refs:va_comment (Results 1 – 2 of 2) sorted by relevance
156 ptr->va_comment = xf86addComment(ptr->va_comment, xf86_lex_val.str); in xf86parseVideoAdaptorSection()159 if (xf86getSubToken(&(ptr->va_comment)) != STRING) in xf86parseVideoAdaptorSection()167 if (xf86getSubToken(&(ptr->va_comment)) != STRING) in xf86parseVideoAdaptorSection()172 if (xf86getSubToken(&(ptr->va_comment)) != STRING) in xf86parseVideoAdaptorSection()177 if (xf86getSubToken(&(ptr->va_comment)) != STRING) in xf86parseVideoAdaptorSection()182 if (xf86getSubToken(&(ptr->va_comment)) != STRING) in xf86parseVideoAdaptorSection()190 if (xf86getSubToken(&(ptr->va_comment)) != STRING) in xf86parseVideoAdaptorSection()224 if (ptr->va_comment) in xf86printVideoAdaptorSection()225 fprintf(cf, "%s", ptr->va_comment); in xf86printVideoAdaptorSection()264 TestFree(ptr->va_comment); in xf86freeVideoAdaptorList()
152 char *va_comment; member