HomeSort by: relevance | last modified time | path
    Searched refs:dri_comment (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
DRI.c 62 if ((token = xf86getSubToken (&(ptr->dri_comment))) == STRING)
70 if (xf86getSubToken (&(ptr->dri_comment)) != NUMBER)
80 ptr->dri_comment = xf86addComment(ptr->dri_comment, val.str);
104 if (ptr->dri_comment)
105 fprintf (cf, "%s", ptr->dri_comment);
121 TestFree (ptr->dri_comment);
xf86Parser.h 447 char *dri_comment; member in struct:__anon10671
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
DRI.c 61 if ((token = xf86getSubToken(&(ptr->dri_comment))) == STRING)
69 if (xf86getSubToken(&(ptr->dri_comment)) != NUMBER)
79 ptr->dri_comment = xf86addComment(ptr->dri_comment, xf86_lex_val.str);
105 if (ptr->dri_comment)
106 fprintf(cf, "%s", ptr->dri_comment);
122 TestFree(ptr->dri_comment);
xf86Parser.h 410 char *dri_comment; member in struct:__anon10087

Completed in 6 milliseconds