Searched refs:maxnbl (Results 1 – 1 of 1) sorted by relevance
4032 int maxnbl = 16; in _hexspace() local4038 maxnbl -= diff << 1; in _hexspace()4040 if ((*np & 0xf0) && (width >= maxnbl)) in _hexspace()4041 return (_get_spaces(width, padding, maxnbl)); in _hexspace()4042 maxnbl--; in _hexspace()4043 if ((*np & 0x0f) && (width >= maxnbl)) in _hexspace()4044 return (_get_spaces(width, padding, maxnbl)); in _hexspace()4045 maxnbl--; in _hexspace()