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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DMonitor.c620 ptr->modes_comment = xf86addComment(ptr->modes_comment, val.str);
623 if (xf86getSubToken (&(ptr->modes_comment)) != STRING)
756 if (ptr->modes_comment)
757 fprintf (cf, "%s", ptr->modes_comment);
830 TestFree (ptr->modes_comment);
H A Dxf86Parser.h188 char *modes_comment; member in struct:__anond430d9490908
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DMonitor.c605 ptr->modes_comment = xf86addComment(ptr->modes_comment, xf86_lex_val.str);
610 if (xf86getSubToken(&(ptr->modes_comment)) != STRING)
733 if (ptr->modes_comment)
734 fprintf(cf, "%s", ptr->modes_comment);
804 TestFree(ptr->modes_comment);
H A Dxf86Parser.h170 char *modes_comment; member in struct:__anon01ede9dc0908

Completed in 6 milliseconds