Lines Matching refs:comment

137         TestFree(ptr->comment);  in xf86freeInputClassList()
193 ptr->comment = xf86addComment(ptr->comment, xf86_lex_val.str); in xf86parseInputClassSection()
196 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
204 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
220 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
231 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
242 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
253 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
264 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
275 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
286 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
297 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
308 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
316 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
325 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
334 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
343 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
351 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
359 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
368 if (xf86getSubToken(&(ptr->comment)) != STRING) in xf86parseInputClassSection()
403 if (ptr->comment) in xf86printInputClassSection()
404 fprintf(cf, "%s", ptr->comment); in xf86printInputClassSection()