Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DScreen.c121 ptr->disp_comment = xf86addComment(ptr->disp_comment, xf86_lex_val.str); in xf86parseDisplaySubSection()
124 if (xf86getSubToken(&(ptr->disp_comment)) != NUMBER) in xf86parseDisplaySubSection()
127 if (xf86getSubToken(&(ptr->disp_comment)) != NUMBER) in xf86parseDisplaySubSection()
132 if (xf86getSubToken(&(ptr->disp_comment)) != NUMBER) in xf86parseDisplaySubSection()
135 if (xf86getSubToken(&(ptr->disp_comment)) != NUMBER) in xf86parseDisplaySubSection()
140 if (xf86getSubToken(&(ptr->disp_comment)) != NUMBER) in xf86parseDisplaySubSection()
145 if (xf86getSubToken(&(ptr->disp_comment)) != NUMBER) in xf86parseDisplaySubSection()
150 if (xf86getSubToken(&(ptr->disp_comment)) != STRING) in xf86parseDisplaySubSection()
155 if (xf86getSubToken(&(ptr->disp_comment)) != NUMBER) in xf86parseDisplaySubSection()
158 if (xf86getSubToken(&(ptr->disp_comment)) != NUMBER) in xf86parseDisplaySubSection()
[all …]
H A Dxf86Parser.h247 char *disp_comment; member