Lines Matching defs:width
634 * required to make the width.
640 nibbles(char *numbuf, size_t length, unsigned int width, char mode, int value) {
658 if (width > 0)
659 width--;
662 * If width is non zero then we need to add a label seperator.
666 if (width > 0 || value != 0) {
672 if (width > 0)
673 width--;
676 } while (value != 0 || width > 0);
689 unsigned int width;
710 &delta, &width, mode);
716 "%%0%ud", width);
722 "%%0%u%c", width, mode[0]);
734 n = nibbles(numbuf, sizeof(numbuf), width,