Searched refs:mod_comment (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DModule.c136 ptr->mod_comment = xf86addComment(ptr->mod_comment, val.str);
139 if (xf86getSubToken (&(ptr->mod_comment)) != STRING)
146 if (xf86getSubToken (&(ptr->mod_comment)) != STRING)
153 if (xf86getSubToken (&(ptr->mod_comment)) != STRING)
160 if (xf86getSubToken (&(ptr->mod_comment)) != STRING)
191 if (ptr->mod_comment)
192 fprintf(cf, "%s", ptr->mod_comment);
277 TestFree (ptr->mod_comment);
H A Dxf86Parser.h103 char *mod_comment; member in struct:__anond430d9490308
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DModule.c130 ptr->mod_comment = xf86addComment(ptr->mod_comment, xf86_lex_val.str);
135 if (xf86getSubToken(&(ptr->mod_comment)) != STRING)
142 if (xf86getSubToken(&(ptr->mod_comment)) != STRING)
149 if (xf86getSubToken(&(ptr->mod_comment)) != STRING)
156 if (xf86getSubToken(&(ptr->mod_comment)) != STRING)
187 if (ptr->mod_comment)
188 fprintf(cf, "%s", ptr->mod_comment);
272 TestFree(ptr->mod_comment);
H A Dxf86Parser.h97 char *mod_comment; member in struct:__anon01ede9dc0308

Completed in 5 milliseconds