Searched refs:_get_spaces (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | idn.c | 3999 _get_spaces(int w, int s, int W) in _get_spaces() function 4027 (((w) >= (W)) && (X)) ? _get_spaces((w), (s), (W)) 4041 return (_get_spaces(width, padding, maxnbl)); in _hexspace() 4044 return (_get_spaces(width, padding, maxnbl)); in _hexspace() 4048 return (_get_spaces(width, padding, 1)); in _hexspace() 4061 _get_spaces((w), (s), 1)) 4068 _get_spaces((w), (s), 1))
|