Lines Matching refs:cf
313 xf86printLayoutSection(FILE * cf, XF86ConfLayoutPtr ptr) in xf86printLayoutSection() argument
321 fprintf(cf, "Section \"ServerLayout\"\n"); in xf86printLayoutSection()
323 fprintf(cf, "%s", ptr->lay_comment); in xf86printLayoutSection()
325 fprintf(cf, "\tIdentifier \"%s\"\n", ptr->lay_identifier); in xf86printLayoutSection()
328 fprintf(cf, "\tScreen "); in xf86printLayoutSection()
330 fprintf(cf, "%2d", aptr->adj_scrnum); in xf86printLayoutSection()
332 fprintf(cf, " "); in xf86printLayoutSection()
333 fprintf(cf, " \"%s\"", aptr->adj_screen_str); in xf86printLayoutSection()
336 fprintf(cf, " \"%s\"", aptr->adj_top_str); in xf86printLayoutSection()
337 fprintf(cf, " \"%s\"", aptr->adj_bottom_str); in xf86printLayoutSection()
338 fprintf(cf, " \"%s\"", aptr->adj_right_str); in xf86printLayoutSection()
339 fprintf(cf, " \"%s\"\n", aptr->adj_left_str); in xf86printLayoutSection()
343 fprintf(cf, " %d %d\n", aptr->adj_x, aptr->adj_y); in xf86printLayoutSection()
345 fprintf(cf, "\n"); in xf86printLayoutSection()
348 fprintf(cf, " RightOf \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection()
351 fprintf(cf, " LeftOf \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection()
354 fprintf(cf, " Above \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection()
357 fprintf(cf, " Below \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection()
360 fprintf(cf, " Relative \"%s\" %d %d\n", aptr->adj_refscreen, in xf86printLayoutSection()
366 fprintf(cf, "\tInactive \"%s\"\n", iptr->inactive_device_str); in xf86printLayoutSection()
368 fprintf(cf, "\tInputDevice \"%s\"", inptr->iref_inputdev_str); in xf86printLayoutSection()
370 fprintf(cf, " \"%s\"", optr->opt_name); in xf86printLayoutSection()
372 fprintf(cf, "\n"); in xf86printLayoutSection()
374 xf86printOptionList(cf, ptr->lay_option_lst, 1); in xf86printLayoutSection()
375 fprintf(cf, "EndSection\n\n"); in xf86printLayoutSection()