Searched refs:modes_comment (Results 1 – 2 of 2) sorted by relevance
601 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()
170 char *modes_comment; member