Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DModule.c128 ptr->mod_comment = xf86addComment(ptr->mod_comment, xf86_lex_val.str); in xf86parseModuleSection()
131 if (xf86getSubToken(&(ptr->mod_comment)) != STRING) in xf86parseModuleSection()
138 if (xf86getSubToken(&(ptr->mod_comment)) != STRING) in xf86parseModuleSection()
145 if (xf86getSubToken(&(ptr->mod_comment)) != STRING) in xf86parseModuleSection()
152 if (xf86getSubToken(&(ptr->mod_comment)) != STRING) in xf86parseModuleSection()
183 if (ptr->mod_comment) in xf86printModuleSection()
184 fprintf(cf, "%s", ptr->mod_comment); in xf86printModuleSection()
265 TestFree(ptr->mod_comment); in xf86freeModules()
H A Dxf86Parser.h97 char *mod_comment; member