Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c601 ptr->modes_comment = xf86addComment(ptr->modes_comment, xf86_lex_val.str); in xf86parseModesSection()
604 if (xf86getSubToken(&(ptr->modes_comment)) != STRING) in xf86parseModesSection()
727 if (ptr->modes_comment) in xf86printModesSection()
728 fprintf(cf, "%s", ptr->modes_comment); in xf86printModesSection()
798 TestFree(ptr->modes_comment); in xf86freeModesList()
H A Dxf86Parser.h170 char *modes_comment; member