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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DFiles.c97 ptr->file_comment = xf86addComment(ptr->file_comment, val.str);
100 if (xf86getSubToken (&(ptr->file_comment)) != STRING)
128 if (xf86getSubToken (&(ptr->file_comment)) != STRING)
155 if (xf86getSubToken (&(ptr->file_comment)) != STRING)
169 xf86getSubToken (&(ptr->file_comment));
194 if (ptr->file_comment)
195 fprintf (cf, "%s", ptr->file_comment);
241 TestFree (p->file_comment);
H A Dxf86Parser.h78 char *file_comment; member in struct:__anond430d9490108
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DFiles.c91 ptr->file_comment = xf86addComment(ptr->file_comment, xf86_lex_val.str);
96 if (xf86getSubToken(&(ptr->file_comment)) != STRING)
119 if (xf86getSubToken(&(ptr->file_comment)) != STRING)
144 if (xf86getSubToken(&(ptr->file_comment)) != STRING)
158 xf86getSubToken(&(ptr->file_comment));
183 if (ptr->file_comment)
184 fprintf(cf, "%s", ptr->file_comment);
226 TestFree(p->file_comment);
H A Dxf86Parser.h76 char *file_comment; member in struct:__anon01ede9dc0108

Completed in 5 milliseconds