Lines Matching refs:lay_comment
103 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()
216 token = xf86getSubToken(&(ptr->lay_comment)); in xf86parseLayoutSection()
223 token = xf86getSubToken(&(ptr->lay_comment)); in xf86parseLayoutSection()
229 token = xf86getSubToken(&(ptr->lay_comment)); in xf86parseLayoutSection()
242 if (xf86getSubToken(&(ptr->lay_comment)) != STRING) { in xf86parseLayoutSection()
249 if (xf86getSubToken(&(ptr->lay_comment)) != STRING) { in xf86parseLayoutSection()
256 if (xf86getSubToken(&(ptr->lay_comment)) != STRING) { in xf86parseLayoutSection()
274 if (xf86getSubToken(&(ptr->lay_comment)) != STRING) { in xf86parseLayoutSection()
279 while ((token = xf86getSubToken(&(ptr->lay_comment))) == STRING) { in xf86parseLayoutSection()
322 if (ptr->lay_comment) in xf86printLayoutSection()
323 fprintf(cf, "%s", ptr->lay_comment); in xf86printLayoutSection()
421 TestFree(ptr->lay_comment); in xf86freeLayoutList()