Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DVideo.c156 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()
H A Dxf86Parser.h152 char *va_comment; member