Lines Matching refs:dev_comment

108             ptr->dev_comment = xf86addComment(ptr->dev_comment, xf86_lex_val.str);  in xf86parseDeviceSection()
111 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
119 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
124 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
129 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
134 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
139 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
144 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
151 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) { in xf86parseDeviceSection()
157 if (xf86getSubToken(&(ptr->dev_comment)) == NUMBER) in xf86parseDeviceSection()
168 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) in xf86parseDeviceSection()
173 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) in xf86parseDeviceSection()
178 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) in xf86parseDeviceSection()
183 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) in xf86parseDeviceSection()
188 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
193 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) in xf86parseDeviceSection()
198 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) in xf86parseDeviceSection()
204 token = xf86getSubToken(&(ptr->dev_comment)); in xf86parseDeviceSection()
208 token = xf86getSubToken(&(ptr->dev_comment)); in xf86parseDeviceSection()
214 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
222 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
227 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) in xf86parseDeviceSection()
232 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) in xf86parseDeviceSection()
264 if (ptr->dev_comment) in xf86printDeviceSection()
265 fprintf(cf, "%s", ptr->dev_comment); in xf86printDeviceSection()
331 TestFree(ptr->dev_comment); in xf86freeDeviceList()