Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c125 TestFree(ptr->ml_comment); in xf86freeModeLineList()
140 if (xf86getSubToken(&(ptr->ml_comment)) != STRING) in xf86parseModeLine()
145 if (xf86getSubToken(&(ptr->ml_comment)) != NUMBER) in xf86parseModeLine()
150 if (xf86getSubToken(&(ptr->ml_comment)) != NUMBER) in xf86parseModeLine()
155 if (xf86getSubToken(&(ptr->ml_comment)) != NUMBER) in xf86parseModeLine()
160 if (xf86getSubToken(&(ptr->ml_comment)) != NUMBER) in xf86parseModeLine()
165 if (xf86getSubToken(&(ptr->ml_comment)) != NUMBER) in xf86parseModeLine()
170 if (xf86getSubToken(&(ptr->ml_comment)) != NUMBER) in xf86parseModeLine()
175 if (xf86getSubToken(&(ptr->ml_comment)) != NUMBER) in xf86parseModeLine()
180 if (xf86getSubToken(&(ptr->ml_comment)) != NUMBER) in xf86parseModeLine()
[all …]
H A Dxf86Parser.h132 char *ml_comment; member