Searched refs:dri_comment (Results 1 – 2 of 2) sorted by relevance
61 if ((token = xf86getSubToken(&(ptr->dri_comment))) == STRING) in xf86parseDRISection()69 if (xf86getSubToken(&(ptr->dri_comment)) != NUMBER) in xf86parseDRISection()79 ptr->dri_comment = xf86addComment(ptr->dri_comment, xf86_lex_val.str); in xf86parseDRISection()103 if (ptr->dri_comment) in xf86printDRISection()104 fprintf(cf, "%s", ptr->dri_comment); in xf86printDRISection()120 TestFree(ptr->dri_comment); in xf86freeDRI()
410 char *dri_comment; member