Searched defs:field (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_fields.c54 int field; /* Whitespace field counter */ local
71 for (field = 0; field < FBC_WSPACE_FIELDS; field += 1) {
92 if ((*cptr == '#') && (field == 0)) {
101 wspace_chars->whitespace[field] =
102 xf86whitespace_1[field];
109 wspace_chars->whitespace[field] = wspace_ptr;
130 * Scan the text string that occupies this field
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dfields.c62 * Write whitespace and text fields such that each text field is
66 * The end of the text field string arguments (...) is marked by a
68 * first text field. The cycle of writing whitespace and text
76 ...) /* NULL-terminated text field args */
79 int field; /* Loop counter / array index */ local
80 int field_col; /* Character column of field */
88 * Initialize a pointer to the text string field arguments
93 * Repeat for each whitespace and (optional) text field pair
98 for (field = 0; whitespace[field] !
[all...]

Completed in 44 milliseconds