Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DScreen.c258 ptr->scrn_comment = xf86addComment(ptr->scrn_comment, xf86_lex_val.str); in xf86parseScreenSection()
261 if (xf86getSubToken(&(ptr->scrn_comment)) != STRING) in xf86parseScreenSection()
269 if (xf86getSubToken(&(ptr->scrn_comment)) != STRING) in xf86parseScreenSection()
274 if (xf86getSubToken(&(ptr->scrn_comment)) != STRING) in xf86parseScreenSection()
282 if (xf86getSubToken(&(ptr->scrn_comment)) != NUMBER) in xf86parseScreenSection()
287 if (xf86getSubToken(&(ptr->scrn_comment)) != NUMBER) in xf86parseScreenSection()
292 if (xf86getSubToken(&(ptr->scrn_comment)) != NUMBER) in xf86parseScreenSection()
297 if (xf86getSubToken(&(ptr->scrn_comment)) != STRING) in xf86parseScreenSection()
302 if (xf86getSubToken(&(ptr->scrn_comment)) != STRING) in xf86parseScreenSection()
309 if (xf86getSubToken(&(ptr->scrn_comment)) != STRING) in xf86parseScreenSection()
[all …]
H A Dxf86Parser.h276 char *scrn_comment; member