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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_fields.c56 int wspace_count; /* Text string len in Spaces or Tabs */ local
65 wspace_count = 0;
99 if ((wspace_count + (cptr - cptr0) + 1)
117 memset(wspace_ptr, wspace_char, wspace_count);
118 wspace_ptr += wspace_count;
123 wspace_count = cptr - cptr0;
124 memcpy(wspace_ptr, cptr0, wspace_count);
125 wspace_ptr += wspace_count;
133 * string, measured as a number (wspace_count) of
155 wspace_count
[all...]

Completed in 68 milliseconds