Lines Matching defs:spaces
589 const char *spaces = " ";
618 return (dt_printf(dtp, fp, "%s %-9lld\n", spaces + i,
630 const char *spaces = " ";
632 assert(strlen(ats) == len && strlen(spaces) == len);
652 spaces + depth, (long long)val / normal));
659 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth,
672 spaces = &spaces[len];
678 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth,
682 ats + len - depth, spaces + depth,