Lines Matching refs:cf
317 xf86printLayoutSection (FILE * cf, XF86ConfLayoutPtr ptr)
326 fprintf (cf, "Section \"ServerLayout\"\n");
328 fprintf (cf, "%s", ptr->lay_comment);
330 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->lay_identifier);
334 fprintf (cf, "\tScreen ");
336 fprintf (cf, "%2d", aptr->adj_scrnum);
338 fprintf (cf, " ");
339 fprintf (cf, " \"%s\"", aptr->adj_screen_str);
343 fprintf (cf, " \"%s\"", aptr->adj_top_str);
344 fprintf (cf, " \"%s\"", aptr->adj_bottom_str);
345 fprintf (cf, " \"%s\"", aptr->adj_right_str);
346 fprintf (cf, " \"%s\"\n", aptr->adj_left_str);
350 fprintf (cf, " %d %d\n", aptr->adj_x, aptr->adj_y);
352 fprintf (cf, "\n");
355 fprintf (cf, " RightOf \"%s\"\n", aptr->adj_refscreen);
358 fprintf (cf, " LeftOf \"%s\"\n", aptr->adj_refscreen);
361 fprintf (cf, " Above \"%s\"\n", aptr->adj_refscreen);
364 fprintf (cf, " Below \"%s\"\n", aptr->adj_refscreen);
367 fprintf (cf, " Relative \"%s\" %d %d\n", aptr->adj_refscreen,
373 fprintf (cf, "\tInactive \"%s\"\n", iptr->inactive_device_str);
376 fprintf (cf, "\tInputDevice \"%s\"", inptr->iref_inputdev_str);
379 fprintf(cf, " \"%s\"", optr->opt_name);
381 fprintf(cf, "\n");
383 xf86printOptionList(cf, ptr->lay_option_lst, 1);
384 fprintf (cf, "EndSection\n\n");