Lines Matching refs:spaces
1622 /* convert tabs and returns to spaces */
2333 int i, spaces = MULT(ctx);
2378 if (spaces > 0) {
2381 text.ptr = XawStackAlloc((unsigned)spaces, buf);
2382 for (i = 0; i < spaces; i++)
2385 text.length = spaces;
2391 pos[i] += spaces;
2393 to += spaces;
2404 /* find the amount of spaces to cut */
2411 spaces = XawMin(-spaces, min);
2413 /* cut the spaces */
2416 _XawTextReplace(ctx, tmp, tmp + spaces, &text);
2420 if (tmp + spaces < pos[i])
2421 pos[i] -= spaces;
2426 to -= spaces;
3019 /* Only eats white spaces */
3029 /* Only eats white spaces */
3536 /* Initialize our TextBlock with two spaces. */
3594 text.length++; /* Put in two spaces. */
3597 * Remove all extra spaces.