Searched refs:whitespace (Results 1 - 13 of 13) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_fields.h25 * fbc_fields - Measure aligned whitespace fields
37 * Once populated, the NULL-terminated fbc_wspace_t.whitespace[]
39 * whitespace[] parameter.
44 const char *whitespace[FBC_WSPACE_FIELDS+1]; /* Wspace ptrs */ member in struct:__anon24
51 fbc_wspace_t *wspace_chars); /* Line's whitespace characteristics */
H A Dfbc_write_config.h44 const char *const whitespace[]); /* Line indentation, ignored */
H A Dfbc_fields.c25 * fbc_fields - Measure aligned whitespace fields
31 #include "fields.h" /* Write aligned whitespace and text fields */
33 #include "fbc_fields.h" /* Measure aligned whitespace fields */
39 * Scan the first couple of whitespace fields in a non-comment
41 * the text strings (non-whitespace) removed. The xf86printFields()
49 fbc_wspace_t *wspace_chars) /* Line's whitespace characteristics */
57 char *wspace_ptr; /* Ptr into whitespace buffer */
69 * Examine the first couple of whitespace fields of this line
73 * Count the chars in the (possibly empty) whitespace string
86 break; /* Nul or other non-whitespace */
[all...]
H A Dfbc_write_config.c41 #include "fields.h" /* Write aligned whitespace and text fields */
46 #include "fbc_fields.h" /* Measure aligned whitespace fields */
55 * indentation whitespace (to be used when modifying this current
66 fbc_wspace_t *wspace_chars) /* Line's whitespace characteristics */
85 * Measure the first whitespace fields if this is a non-comment line
107 const char *const whitespace[]) /* Line indentation, ignored */
167 const char *const *whitespace; /* Whitespace strings */ local
168 fbc_wspace_t wspace_chars; /* Line's whitespace characteristics */
169 int wspace_measured; /* TRUE => Input whitespace seen */
176 wspace_chars.whitespace[
104 fbc_print_config_text( FILE *config_stream_out, const char *text, const char *const whitespace[]) argument
[all...]
H A Dfbc_line_er.h64 const char *const whitespace[]); /* Line indentation */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dfields.h24 /* fields - Write aligned whitespace and text fields */
46 const char * const whitespace[], /* Array of whitespace strings */
H A DconfigProcs.h44 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
46 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
48 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
50 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
52 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
54 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
99 FILE *cf, XF86ConfMonitorPtr ptr, const char * const whitespace[]);
101 FILE *cf, XF86ConfMonitorPtr ptr, const char * const whitespace[]);
103 FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[]);
105 FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[]);
[all...]
H A Dfields.c24 /* fields - Write aligned whitespace and text fields */
62 * Write whitespace and text fields such that each text field is
65 * The end of the whitespace[] array is marked by a NULL element.
67 * NULL pointer. The whitespace[0] string is written before the
68 * first text field. The cycle of writing whitespace and text
75 const char * const whitespace[], /* Array of whitespace strings */
83 const char *wspace; /* Ptr into writable whitespace */
84 int wspace_len; /* Column with of whitespace char */
85 const char *wspace_ptr; /* Ptr into whitespace[] strin
73 xf86printFields( FILE *cf, const char * const whitespace[], ...) argument
[all...]
H A Dxf86Optrec.h124 FILE *fp, XF86OptionPtr list, const char * const whitespace[]);
126 FILE *fp, XF86OptionPtr list, const char * const whitespace[]);
H A DScreen.c528 const char *const whitespace[])
547 const char *const whitespace[])
549 xf86printFields(cf, whitespace, "Monitor", NULL);
564 const char *const whitespace[])
569 xf86printFields(cf, whitespace, "Modes", NULL);
590 const char *const whitespace[])
592 //??? xf86printFields(cf, whitespace, "EndSubsection\n", NULL);
604 FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[])
621 FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[])
623 /*???*/ xf86printFields(cf, whitespace, "Identifie
525 xf86printDisplaySubsectionSubsection( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
544 xf86printDisplaySubsectionMonitor( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
561 xf86printDisplaySubsectionModes( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
587 xf86printDisplaySubsectionEndSubsection( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
603 xf86printScreenSectionSection( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
620 xf86printScreenSectionIdentifier( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
635 xf86printScreenSectionDevice( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
650 xf86printScreenSectionMonitor( FILE * cf, XF86ConfScrnMonitorEntryPtr mon_ptr, const char *const whitespace[]) argument
672 xf86printScreenSectionDefaultDepth( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
687 xf86printScreenSectionEndSection( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
[all...]
H A DDevice.c306 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[])
323 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[])
325 xf86printFields(cf, whitespace, "Identifier", NULL);
337 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[])
339 xf86printFields(cf, whitespace, "Driver", NULL);
352 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[])
354 xf86printFields(cf, whitespace, "VendorName", NULL);
366 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[])
368 xf86printFields(cf, whitespace, "BoardName", NULL);
381 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[])
305 xf86printDeviceSectionSection( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
322 xf86printDeviceSectionIdentifier( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
336 xf86printDeviceSectionDriver( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
351 xf86printDeviceSectionVendorName( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
365 xf86printDeviceSectionBoardName( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
380 xf86printDeviceSectionEndSection( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
[all...]
H A DMonitor.c853 FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[])
870 FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[])
872 xf86printFields(cf, whitespace, "Identifier", NULL);
885 FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[])
887 xf86printFields(cf, whitespace, "UseModes", NULL);
900 FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[])
902 xf86printFields(cf, whitespace, "Gamma", NULL);
923 FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[])
962 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[])
964 xf86printFields(cf, whitespace, "DotCloc
852 xf86printMonitorSectionSection( FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[]) argument
869 xf86printMonitorSectionIdentifier( FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[]) argument
884 xf86printMonitorSectionUseModes( FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[]) argument
899 xf86printMonitorSectionGamma( FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[]) argument
922 xf86printMonitorSectionEndSection( FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[]) argument
961 xf86printMxxxSectionModeDotClock( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
979 xf86printMxxxSectionModeHTimings( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1001 xf86printMxxxSectionModeVTimings( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1023 xf86printMxxxSectionModeFlags( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1057 xf86printMxxxSectionModeHSkew( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1075 xf86printMxxxSectionModeVScan( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1123 xf86printMxxxSectionModeLine( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
[all...]
H A DFlags.c720 FILE *fp, XF86OptionPtr option, const char * const whitespace[])
735 xf86printFields(fp, whitespace, "Option", NULL);
753 FILE *fp, XF86OptionPtr list, const char * const whitespace[])
757 xf86printOption(fp, list, whitespace);
719 xf86printOption( FILE *fp, XF86OptionPtr option, const char * const whitespace[]) argument
752 xf86printOptionList( FILE *fp, XF86OptionPtr list, const char * const whitespace[]) argument

Completed in 42 milliseconds