Searched refs:wspace_chars (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_fields.h51 fbc_wspace_t *wspace_chars); /* Line's whitespace characteristics */
H A Dfbc_fields.c49 fbc_wspace_t *wspace_chars) /* Line's whitespace characteristics */
66 wspace_ptr = wspace_chars->whitespace_buf;
100 > sizeof (wspace_chars->whitespace_buf)) {
101 wspace_chars->whitespace[field] =
109 wspace_chars->whitespace[field] = wspace_ptr;
174 wspace_chars->whitespace[field] = NULL;
47 fbc_measure_whitespace( const char * const configBuf, fbc_wspace_t *wspace_chars) argument
H A Dfbc_write_config.c66 fbc_wspace_t *wspace_chars) /* Line's whitespace characteristics */
87 fbc_measure_whitespace(*configBuf, wspace_chars);
168 fbc_wspace_t wspace_chars; /* Line's whitespace characteristics */ local
176 wspace_chars.whitespace[0] = xf86whitespace_0[0];
177 wspace_chars.whitespace[1] = xf86whitespace_0[1];
178 wspace_chars.whitespace[2] = xf86whitespace_0[2];
233 whitespace = wspace_chars.whitespace;
272 &wspace_chars);
288 wspace_chars.whitespace);
305 &wspace_chars);
61 fbc_reread_config_line( FILE *config_stream_in, off_t line_pos, char **configBuf, int *configBufLen, fbc_wspace_t *wspace_chars) argument
[all...]

Completed in 43 milliseconds