Lines Matching refs:scrn_comment
258 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()
317 if (xf86getSubToken(&(ptr->scrn_comment)) != STRING) in xf86parseScreenSection()
336 if (xf86getSubToken(&(ptr->scrn_comment)) != NUMBER) in xf86parseScreenSection()
339 if (xf86getSubToken(&(ptr->scrn_comment)) != NUMBER) in xf86parseScreenSection()
347 if (xf86getSubToken(&(ptr->scrn_comment)) != STRING) in xf86parseScreenSection()
383 if (ptr->scrn_comment) in xf86printScreenSection()
384 fprintf(cf, "%s", ptr->scrn_comment); in xf86printScreenSection()
487 TestFree(ptr->scrn_comment); in xf86freeScreenList()