Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c103 ptr->lay_comment = xf86addComment(ptr->lay_comment, xf86_lex_val.str); in xf86parseLayoutSection()
106 if (xf86getSubToken(&(ptr->lay_comment)) != STRING) in xf86parseLayoutSection()
114 if (xf86getSubToken(&(ptr->lay_comment)) != STRING) in xf86parseLayoutSection()
124 if (xf86getSubToken(&(ptr->lay_comment)) != STRING) { in xf86parseLayoutSection()
145 if ((token = xf86getSubToken(&(ptr->lay_comment))) == NUMBER) in xf86parseLayoutSection()
149 token = xf86getSubToken(&(ptr->lay_comment)); in xf86parseLayoutSection()
156 token = xf86getSubTokenWithTab(&(ptr->lay_comment), AdjTab); in xf86parseLayoutSection()
183 token = xf86getSubToken(&(ptr->lay_comment)); in xf86parseLayoutSection()
192 token = xf86getSubToken(&(ptr->lay_comment)); in xf86parseLayoutSection()
195 token = xf86getSubToken(&(ptr->lay_comment)); in xf86parseLayoutSection()
[all …]
H A Dxf86Parser.h387 char *lay_comment; member