Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDRI.c61 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()
H A Dxf86Parser.h410 char *dri_comment; member